]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/world.qc
Fix compilation units
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / world.qc
index b61f75ceb7068f00bf85b76a05a88f04a016dac9..dff0f06bfa2a515122b6e82581b28650b084c3e9 100644 (file)
@@ -755,6 +755,9 @@ spawnfunc(worldspawn)
 
        cvar_changes_init(); // do this very early now so it REALLY matches the server config
 
+       // default to RACE_RECORD, can be overwritten by gamemodes
+       record_type = RACE_RECORD;
+
        // needs to be done so early because of the constants they create
        static_init();