]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
force g_weapon_stay == 1 in cts, don't show it in the modifications string
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index 8f16cbad9d29d7a448e771c01c34c3926d6329ae..497326c46be149fd6e064aeeb555b5fffb9ddf5b 100644 (file)
@@ -1306,7 +1306,7 @@ void readlevelcvars(void)
        if (!g_weapon_stay && (cvar("deathmatch") == 2))
                g_weapon_stay = 1;
 
-       if (!g_weapon_stay && g_cts)
+       if (g_cts)
                g_weapon_stay = 1;
 
        g_ghost_items = cvar("g_ghost_items");