remove some debug code (oops)

This commit is contained in:
Bill Currie 2004-02-22 01:32:55 +00:00
parent e9d57e0401
commit a520c715ef

View file

@ -114,7 +114,7 @@ SV_New_f (void *unused)
if (host_client->state == cs_spawned)
return;
SV_Printf ("SV_New_f\n");
host_client->state = cs_connected;
host_client->connection_started = realtime;