From 4aea9f9e3ccdc810671c2a1e7f6cdae061313d78 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 16 Dec 2013 13:03:00 -0500 Subject: [PATCH] #919 modify global var into array --- SQF/dayz_code/init/variables.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 71a561106..594a61cfe 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -666,7 +666,7 @@ if(!isDedicated) then { DZE_requireplot = 1; }; if(isNil "DZE_PlotPole") then { - DZE_PlotPole = [30,60]; + DZE_PlotPole = [30,45]; };