]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_send.c
sys: improve error and crash handling
[xonotic/darkplaces.git] / sv_send.c
index a8a44347724791acfc0f179655e2c010ae2dd65a..68856c1ae9beb38534ec49434d2c2bbe9e3aeaf3 100644 (file)
--- a/sv_send.c
+++ b/sv_send.c
@@ -1697,7 +1697,7 @@ void SV_SendClientMessages(void)
        int i, prepared = false;
 
        if (sv.protocol == PROTOCOL_QUAKEWORLD)
-               Sys_Error("SV_SendClientMessages: no quakeworld support\n");
+               Sys_Abort("SV_SendClientMessages: no quakeworld support\n");
 
        SV_FlushBroadcastMessages();