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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user