From 9096779f538acde7da2009e91ff3f87436e6288c Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Sat, 5 Jan 2013 16:59:53 +0100 Subject: [PATCH] Disabled more debug messages. --- src/zr/immunityhandler.inc | 2 +- src/zr/infect.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zr/immunityhandler.inc b/src/zr/immunityhandler.inc index 49bcaa6..956a846 100644 --- a/src/zr/immunityhandler.inc +++ b/src/zr/immunityhandler.inc @@ -222,7 +222,7 @@ bool:ImmunityOnClientTraceAttack(client, attacker, Float:damage, hitgroup, damag } } - PrintToChatAll("Allow damage."); + //PrintToChatAll("Allow damage."); return false; } diff --git a/src/zr/infect.inc b/src/zr/infect.inc index 708af00..61ac578 100644 --- a/src/zr/infect.inc +++ b/src/zr/infect.inc @@ -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; }