]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
CTS is not a mod, it is a game mode.
authorSamual Lenks <samual@xonotic.org>
Thu, 7 Feb 2013 20:51:23 +0000 (15:51 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 7 Feb 2013 20:51:23 +0000 (15:51 -0500)
qcsrc/server/g_world.qc

index 7912b2081673358cefade3d4260ea4ac4766e01d..680afbc8909a2ffeaa9d3880a0bf48f5ad16aba6 100644 (file)
@@ -941,9 +941,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);