From: Mario Date: Wed, 25 Apr 2018 13:05:35 +0000 (+0000) Subject: Enable allowload from code too, so updating servers get it X-Git-Tag: xonotic-v0.8.5~2174^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5b5056da28ddb2b28dcfe6bf7cd8a9225a6f3a03;p=xonotic%2Fxonotic-data.pk3dir.git Enable allowload from code too, so updating servers get it --- diff --git a/qcsrc/server/autocvars.qh b/qcsrc/server/autocvars.qh index f6557275c..55c8d6e90 100644 --- a/qcsrc/server/autocvars.qh +++ b/qcsrc/server/autocvars.qh @@ -240,7 +240,7 @@ float autocvar_g_turrets_targetscan_mindelay; bool autocvar_g_use_ammunition; bool autocvar_g_waypointeditor; bool autocvar_g_waypointeditor_symmetrical; -bool autocvar_g_waypointeditor_symmetrical_allowload; +bool autocvar_g_waypointeditor_symmetrical_allowload = true; vector autocvar_g_waypointeditor_symmetrical_origin; int autocvar_g_waypointeditor_symmetrical_order; vector autocvar_g_waypointeditor_symmetrical_axis;