Disabled more debug messages.
This commit is contained in:
parent
d4a043a21b
commit
9096779f53
|
@ -222,7 +222,7 @@ bool:ImmunityOnClientTraceAttack(client, attacker, Float:damage, hitgroup, damag
|
|||
}
|
||||
}
|
||||
|
||||
PrintToChatAll("Allow damage.");
|
||||
//PrintToChatAll("Allow damage.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@ InfectOnClientHurt(client, attacker, const String:weapon[])
|
|||
// Check if the immunity module is handling the infection.
|
||||
if (ImmunityOnClientInfect(client, attacker))
|
||||
{
|
||||
PrintToChatAll("InfectOnClientHurt - Infect blocked.");
|
||||
//PrintToChatAll("InfectOnClientHurt - Infect blocked.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user