]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
don't send free entities! (I've been observing this bug for months)
[xonotic/darkplaces.git] / cl_parse.c
index b18b0668aedd19116d145fc9774fb442bd1b32d1..44e04c88c022eeff0d503fabbd8d0ca5b694f4a6 100644 (file)
@@ -330,7 +330,7 @@ void CL_ParseServerInfo (void)
        i = MSG_ReadLong ();
        if (i != PROTOCOL_VERSION && i != DPPROTOCOL_VERSION1 && i != DPPROTOCOL_VERSION2 && i != DPPROTOCOL_VERSION3 && i != 250)
        {
-               Con_Printf ("Server is protocol %i, not %i, %i, %i or %i", i, DPPROTOCOL_VERSION1, DPPROTOCOL_VERSION2, DPPROTOCOL_VERSION3, PROTOCOL_VERSION);
+               Host_Error ("Server is protocol %i, not %i, %i, %i or %i", i, DPPROTOCOL_VERSION1, DPPROTOCOL_VERSION2, DPPROTOCOL_VERSION3, PROTOCOL_VERSION);
                return;
        }
        Nehahrademcompatibility = false;