Arsenal - Fix updateUniqueItemsList incorrectly identifying backpacks (#8463)

This commit is contained in:
mharis001 2021-10-02 06:52:33 -04:00 committed by GitHub
parent 64db683e53
commit 310da98c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};