diff --git a/quakec/fallout2/tf.qc b/quakec/fallout2/tf.qc index 29e3b0db5..2c9d8de5c 100644 --- a/quakec/fallout2/tf.qc +++ b/quakec/fallout2/tf.qc @@ -11,7 +11,7 @@ float(entity trigger, entity blame) triggercantouch = { if (blame.classname != "player") { - dprint("Not a player\n"); +// dprint("Not a player\n"); return false; } if (trigger.team_no)