]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
move g_vampire to the mutator system
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 2ca6e82330c1341eb41e5021a6b6dcddaa3dc5b2..688b5e416f881b55b7507d7d62a892bd1adda9a7 100644 (file)
@@ -709,10 +709,6 @@ void spawnfunc_worldspawn (void)
                if(cvar_string("g_weaponarena") != "0")
                        s = strcat(s, ":", cvar_string("g_weaponarena"), " arena");
 
-               // TODO to mutator system
-               if(cvar("g_vampire"))
-                       s = strcat(s, ":vampire");
-
                // TODO to mutator system
                if(cvar("g_norecoil"))
                        s = strcat(s, ":norecoil");
@@ -724,6 +720,7 @@ void spawnfunc_worldspawn (void)
                // TODO to mutator system
                if(cvar("g_minstagib"))
                        s = strcat(s, ":minstagib");
+
                GameLogEcho(s);
                GameLogEcho(":gameinfo:end");
        }