mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: HACK - always Sys_Error on Host_Error
This commit is contained in:
parent
39f2ef6971
commit
4c936cbe41
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void Host_Error (const char *error, ...)
|
|||
if (sv.active)
|
||||
Host_ShutdownServer (false);
|
||||
|
||||
if (cls.state == ca_dedicated)
|
||||
//if (cls.state == ca_dedicated)
|
||||
Sys_Error ("Host_Error: %s\n",string); // dedicated servers exit
|
||||
|
||||
CL_Disconnect ();
|
||||
|
|
Loading…
Reference in a new issue