From 492498899fdd755001d3b03a3bc998b4501174c7 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Thu, 12 Sep 2013 11:00:43 +0100 Subject: [PATCH] Update local_lights_off.sqf { at end not commented out --- SQF/dayz_code/compile/local_lights_off.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/compile/local_lights_off.sqf b/SQF/dayz_code/compile/local_lights_off.sqf index 8c340942e..fd80c409a 100644 --- a/SQF/dayz_code/compile/local_lights_off.sqf +++ b/SQF/dayz_code/compile/local_lights_off.sqf @@ -62,9 +62,9 @@ _nrTowers = nearestObjects [_nrstTrig, ["Land_Ind_IlluminantTower"], _rng]; }forEach _nrTowers; }; }; - -{ /* +{ + if(_cntNrGen>0)then{//reset house if gen nearby to help create reliability regardless of gen requirement ? _x setVariable ["axeHLight", 0, false]; };