Fix abort and gear menu staying open at same time

This commit is contained in:
ebaydayz
2016-11-13 14:49:04 -05:00
parent e6b9644b71
commit 89078d1611
6 changed files with 13 additions and 8 deletions

View File

@@ -253,7 +253,7 @@ if (_proceed && _success) then {
_item setposATL _iPos;
player reveal _item;
DZE_GearCheckBypass = true; //Bypass gear menu checks since dialog will always open on item
player action ["Gear", _item];
};
} else {