mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix name
This commit is contained in:
parent
641cbb7f64
commit
af1544ebb9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user