mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-16 12:41:04 +00:00
remove some debug code
This commit is contained in:
parent
bad81338fd
commit
490eeb89bc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue