]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
get rid of g_laserguided_missile due to non-use and unnecessary complexity
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index c4b26571229659701d7b90ffac7f9e48bbdac459..2ca6e82330c1341eb41e5021a6b6dcddaa3dc5b2 100644 (file)
@@ -713,10 +713,6 @@ void spawnfunc_worldspawn (void)
                if(cvar("g_vampire"))
                        s = strcat(s, ":vampire");
 
-               // initialiation stuff, not good in the mutator system
-               if(cvar("g_laserguided_missile"))
-                       s = strcat(s, ":laserguided_missile");
-
                // TODO to mutator system
                if(cvar("g_norecoil"))
                        s = strcat(s, ":norecoil");