mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed indentation.
This commit is contained in:
parent
79e6ce3803
commit
72b12e3af4
@ -22,7 +22,7 @@ _flashlights = [];
|
||||
|
||||
{
|
||||
if ((isText (configFile >> "CfgWeapons" >> _x >> "ItemInfo" >> "FlashLight" >> "ACE_Flashlight_Colour")) && !(_x in _flashlights)) then {
|
||||
_flashlights pushBack _x;
|
||||
_flashlights pushBack _x;
|
||||
};
|
||||
} forEach (items _unit);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user