This commit is contained in:
PabstMirror 2015-02-27 18:50:08 -06:00
parent 641cbb7f64
commit af1544ebb9

View File

@ -14,7 +14,7 @@ createDialog QGVAR(remoteInventory);
disableSerialization; disableSerialization;
_display = uiNamespace getVariable ["remoteInventory", displayNull]; _display = uiNamespace getVariable ["ACE_remoteInventory", displayNull];
if (isNull _display) exitWith {ERROR("Display is Null");}; if (isNull _display) exitWith {ERROR("Display is Null");};
GVAR(disarmTarget) = _target; GVAR(disarmTarget) = _target;