Disabled more debug messages.

This commit is contained in:
Richard Helgeby 2013-01-05 16:59:53 +01:00
parent d4a043a21b
commit 9096779f53
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ bool:ImmunityOnClientTraceAttack(client, attacker, Float:damage, hitgroup, damag
} }
} }
PrintToChatAll("Allow damage."); //PrintToChatAll("Allow damage.");
return false; return false;
} }

View File

@ -343,7 +343,7 @@ InfectOnClientHurt(client, attacker, const String:weapon[])
// Check if the immunity module is handling the infection. // Check if the immunity module is handling the infection.
if (ImmunityOnClientInfect(client, attacker)) if (ImmunityOnClientInfect(client, attacker))
{ {
PrintToChatAll("InfectOnClientHurt - Infect blocked."); //PrintToChatAll("InfectOnClientHurt - Infect blocked.");
return; return;
} }