]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Merge branch 'master' into mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 31a72537f90ebf2b48b8b20dc2ef5f9fadae1180..0fac81d85a9a949d2b7e887acaa9c17edd3b6f5f 100644 (file)
@@ -958,9 +958,7 @@ void spawnfunc_worldspawn (void)
                modname = "Monsters";
        // extra mutators that deserve to count as mod
        MUTATOR_CALLHOOK(SetModname);
-       // weird game types that deserve to count as mod
-       if(g_cts)
-               modname = "CTS";
+
        // save it for later
        modname = strzone(modname);