mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix travis warning
This commit is contained in:
parent
ebfd76107e
commit
6cf9787fd1
@ -12,7 +12,7 @@ if (isNil "CBA_fnc_getMagazineIndex") then {
|
||||
|
||||
if (_displayName isEqualTo "") exitWith {[]};
|
||||
|
||||
magazinesDetail _unit select {_x find _displayName == 0} apply {_x = _x splitString "[:]"; _x select (count _x - 1)};
|
||||
(magazinesDetail _unit select {_x find _displayName == 0}) apply {_x = _x splitString "[:]"; _x select (count _x - 1)};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user