]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Split maplist to its own getreply func, clean up
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 56200fe354b23c5c4b8372a96801c6427085f3af..e3b796c4a6271041f31296f5549a4db39650ec00 100644 (file)
@@ -814,6 +814,7 @@ void spawnfunc_worldspawn (void)
        detect_maptype();
 
        // set up information replies for clients and server to use
+       maplist_reply = strzone(getmaplist());
        lsmaps_reply = strzone(getlsmaps());
        for(i = 0; i < 10; ++i)
        {