]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into mario/monsters
authorMario <mario.mario@y7mail.com>
Sun, 10 Feb 2013 01:34:01 +0000 (12:34 +1100)
committerMario <mario.mario@y7mail.com>
Sun, 10 Feb 2013 01:34:01 +0000 (12:34 +1100)
1  2 
defaultXonotic.cfg
qcsrc/server/g_world.qc

Simple merge
index 31a72537f90ebf2b48b8b20dc2ef5f9fadae1180,680afbc8909a2ffeaa9d3880a0bf48f5ad16aba6..0fac81d85a9a949d2b7e887acaa9c17edd3b6f5f
@@@ -954,13 -939,9 +954,11 @@@ void spawnfunc_worldspawn (void
        // weird mutators that deserve to count as mod
        if(autocvar_g_minstagib)
                modname = "MinstaGib";
 +      if(autocvar_g_monsters)
 +              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);