Skip to content

Commit

Permalink
Update addons/accessory/fnc_switchableAttachments.sqf
Browse files Browse the repository at this point in the history
Co-Authored-By: Dystopian <sddex@ya.ru>
  • Loading branch information
commy2 and Dystopian authored Feb 11, 2020
1 parent d8badad commit 19d6f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/accessory/fnc_switchableAttachments.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ while {
isClass _config && {_forward pushBackUnique configName _config != -1}
} do {};

_config = _cfgWeapons >> _item;
private _backward = [];
while {
_config = _cfgWeapons >> getText (_config >> "MRT_SwitchItemPrevClass");
Expand Down

0 comments on commit 19d6f24

Please sign in to comment.