mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove Dialog Check so it works inside veh
This commit is contained in:
parent
656fa8868a
commit
eaeda54f8c
@ -19,9 +19,8 @@
|
||||
|
||||
private ["_weaponName", "_magazines", "_initSpeed", "_fireModes", "_muzzleVelocities", "_showToPlayer", "_artilleryCharge"];
|
||||
|
||||
_weaponName = "mortar_82mm";
|
||||
_weaponName = "mortar_82mm"; //todo: work on other weapons
|
||||
|
||||
if (dialog) exitWith {ERROR("Dialog Open");};
|
||||
createDialog "ACE_82mm_RangeTable_Dialog";
|
||||
if (isNull (uiNamespace getVariable ["ACE_82mm_RangeTable_Dialog", displayNull])) exitWith {ERROR("Dialog failed to open");};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user