remove some debug code

This commit is contained in:
Bill Currie 2003-03-05 00:13:15 +00:00
parent bad81338fd
commit 490eeb89bc

View file

@ -397,7 +397,7 @@ void(entity who) UpdateClient =
{
local string bottomcolor = ftos (who.b_pants);
local string topcolor = ftos (who.b_shirt);
dprint (who.netname + "\n");
WriteByte(2, 14 );
WriteByte(2, (float)who.b_clientno);
WriteShort(2, who.frags);