Update local_lights_off.sqf

{ at end not commented out
This commit is contained in:
Andrew Gregory
2013-09-12 11:00:43 +01:00
parent cc82c278b0
commit 492498899f

View File

@@ -62,9 +62,9 @@ _nrTowers = nearestObjects [_nrstTrig, ["Land_Ind_IlluminantTower"], _rng];
}forEach _nrTowers; }forEach _nrTowers;
}; };
}; };
{
/* /*
{
if(_cntNrGen>0)then{//reset house if gen nearby to help create reliability regardless of gen requirement ? if(_cntNrGen>0)then{//reset house if gen nearby to help create reliability regardless of gen requirement ?
_x setVariable ["axeHLight", 0, false]; _x setVariable ["axeHLight", 0, false];
}; };