Skip to content

Commit

Permalink
Cleanup unnecessary statement
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Oct 17, 2015
1 parent 6ffde81 commit da2d140
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/map/functions/fnc_compileFlashlightMenu.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ _flashlights = [_player] call FUNC(getUnitFlashlights);
_cfg = (configFile >> "CfgWeapons" >> _x);
_displayName = getText (_cfg >> "displayName");
_icon = getText (_cfg >> "picture");
_statement = {};

_statement = if (GVAR(flashlightInUse) == _x) then {
_displayName = format [localize LSTRING(turnLightOff), _displayName];
Expand Down

0 comments on commit da2d140

Please sign in to comment.