NX/VITA: HACK - always Sys_Error on Host_Error

This commit is contained in:
Ian 2023-03-17 15:18:06 -04:00 committed by GitHub
parent 39f2ef6971
commit 4c936cbe41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ();