]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Cache monster list reply like map list & allow spawning mutator-blocked monsters...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 3b83d6e1ef4da7ce8e18dc5119fba1ddb3a5c1ae..a32cdaa0ffcefc5b290e26d46b870ae28bb69b63 100644 (file)
@@ -824,6 +824,7 @@ void spawnfunc_worldspawn (void)
        // set up information replies for clients and server to use
        maplist_reply = strzone(getmaplist());
        lsmaps_reply = strzone(getlsmaps());
+       monsterlist_reply = strzone(getmonsterlist());
        for(i = 0; i < 10; ++i)
        {
                s = getrecords(i);