From: FruitieX Date: Sun, 12 Dec 2010 10:52:00 +0000 (+0200) Subject: remove hardcoded weapon stay for CTS X-Git-Tag: xonotic-v0.1.0preview~51^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f2e164498652107708fdfc9103412d219b035a28;p=xonotic%2Fxonotic-data.pk3dir.git remove hardcoded weapon stay for CTS --- diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index 497326c46..28f86af2f 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -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)