]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
greatly improved pointfile command, it now shows a huge beam crosshair at the site...
[xonotic/darkplaces.git] / sv_main.c
index 502a630e90290c9fc15fb9cd3674832e9cb7bd71..53702fee3c01fb09e33d1f4ee3c14985340203a5 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -1536,7 +1536,7 @@ void SV_SendClientMessages (void)
                // changes level
                if (host_client->message.overflowed)
                {
-                       SV_DropClient (true);
+                       SV_DropClient (true); // overflowed
                        host_client->message.overflowed = false;
                        continue;
                }
@@ -1868,7 +1868,7 @@ void SV_SpawnServer (const char *server)
        // load replacement entity file if found
        entities = NULL;
        if (sv_entpatch.integer)
-               entities = COM_LoadFile(va("maps/%s.ent", sv.name), true);
+               entities = FS_LoadFile(va("maps/%s.ent", sv.name), true);
        if (entities)
        {
                Con_Printf("Loaded maps/%s.ent\n", sv.name);