Removed a debug message.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1876 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-01-15 22:37:14 +00:00
parent b65300ce58
commit f49d3e2cee
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ float(entity trigger, entity blame) triggercantouch =
{ {
if (blame.classname != "player") if (blame.classname != "player")
{ {
dprint("Not a player\n"); // dprint("Not a player\n");
return false; return false;
} }
if (trigger.team_no) if (trigger.team_no)