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]; };