]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
remove hardcoded weapon stay for CTS
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index 497326c46be149fd6e064aeeb555b5fffb9ddf5b..28f86af2f0dc54ceb2ee9ab4286f8cf021609b07 100644 (file)
@@ -1306,9 +1306,6 @@ void readlevelcvars(void)
        if (!g_weapon_stay && (cvar("deathmatch") == 2))
                g_weapon_stay = 1;
 
-       if (g_cts)
-               g_weapon_stay = 1;
-
        g_ghost_items = cvar("g_ghost_items");
 
        if(g_ghost_items >= 1)