]> 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 8f16cbad9d29d7a448e771c01c34c3926d6329ae..28f86af2f0dc54ceb2ee9ab4286f8cf021609b07 100644 (file)
@@ -1306,9 +1306,6 @@ void readlevelcvars(void)
        if (!g_weapon_stay && (cvar("deathmatch") == 2))
                g_weapon_stay = 1;
 
-       if (!g_weapon_stay && g_cts)
-               g_weapon_stay = 1;
-
        g_ghost_items = cvar("g_ghost_items");
 
        if(g_ghost_items >= 1)