Merge pull request #1493 from ebaydayz/patch-3

Change count back to forEach
This commit is contained in:
Skaronator.com
2014-07-31 22:34:09 +02:00

View File

@@ -137,7 +137,7 @@ if(isServer)then{
}; };
}; };
sleep 0.001; sleep 0.001;
} count _missonLights; } forEach _missonLights;
if (_delQtyLights > 0) then { if (_delQtyLights > 0) then {
_qty = count _missonLights; _qty = count _missonLights;
diag_log (format["CLEANUP: Deleted %1 Lights out of %2",_delQtyLights,_qty]); diag_log (format["CLEANUP: Deleted %1 Lights out of %2",_delQtyLights,_qty]);