conform isnil checking: gunbag

This commit is contained in:
Whigital 2020-02-11 23:42:34 +01:00
parent c33112333e
commit b8329e8937

View File

@ -35,7 +35,7 @@ PREP_RECOMPILE_END;
[QEGVAR(arsenal,displayClosed), {
if !(isNil QGVAR(arsenalCache)) then {
if (!isNil QGVAR(arsenalCache)) then {
(backpackContainer EGVAR(arsenal,center)) setVariable [QGVAR(gunbagWeapon),GVAR(arsenalCache), true];
};