From 4c936cbe4196c8d7a39ca9e96c93db1007441b74 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 17 Mar 2023 15:18:06 -0400 Subject: [PATCH] NX/VITA: HACK - always Sys_Error on Host_Error --- source/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/host.c b/source/host.c index 52797b5..576f2cd 100644 --- a/source/host.c +++ b/source/host.c @@ -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 ();