X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmiscfunctions.qc;h=61e48ad8c7a695945e00aea70054e95b196baeed;hp=2663e79ea5b9f745770e6b6c1c9675253681c570;hb=024719975962a1b3ca98ab2f73a8d89d66b1ce21;hpb=93735d2e627b843f01841ec565221aa3854a2e6a;ds=sidebyside diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index 2663e79ea..61e48ad8c 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -750,7 +750,7 @@ void readplayerstartcvars() s = cvar_string("g_weaponarena"); if (s == "0" || s == "") { - if(g_lms || g_ca) + if(g_ca) s = "most"; }