fix error when aborting mission

This commit is contained in:
commy2 2015-04-03 00:41:11 +02:00
parent 88b9d0899f
commit 3b23006797

View File

@ -97,6 +97,8 @@ if !(hasInterface) exitWith {};
GVAR(showShortdot) = false;
["playerInventoryChanged", {
if (_this select 1 isEqualTo []) exitWith {}; //@todo fix eh
private "_showShortdot";
_showShortdot = _this select 1 select 9 select 2 == "ACE_optic_DMS";