mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Fix updateUniqueItemsList incorrectly identifying backpacks (#8463)
This commit is contained in:
parent
64db683e53
commit
310da98c5e
@ -106,7 +106,7 @@ private _configGlasses = configFile >> "CfgGlasses";
|
||||
};
|
||||
|
||||
// Backpacks
|
||||
case (isClass (_configVehicles >> _x)): {
|
||||
case (getNumber (_configVehicles >> _x >> "isBackpack") == 1): {
|
||||
(GVAR(virtualItems) select 23) pushBackUnique _x;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user