mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
remove some debug code (oops)
This commit is contained in:
parent
e9d57e0401
commit
a520c715ef
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue