]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Attempt to fix an issue with INFO_QUIT_SPECTATE notif
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index f3f13f38ad9fe59b13d48be47dcbdefe7dc8ff34..d924c018e89d795b3789c819a0ca2c3034a2675b 100644 (file)
@@ -945,9 +945,7 @@ void spawnfunc_worldspawn (void)
                modname = "MinstaGib";
        // 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);