mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Zeus - Fix trench module on clients (#9513)
* Zeus - Fix trench module on clients * Update addons/zeus/functions/fnc_moduleLayTrench.sqf
This commit is contained in:
parent
d70c049b4f
commit
e3f447c8bd
@ -27,6 +27,9 @@ if !(["ace_trenches"] call EFUNC(common,isModLoaded)) exitWith {
|
||||
[LSTRING(RequiresAddon)] call FUNC(showMessage);
|
||||
};
|
||||
|
||||
if (_logic getVariable [QGVAR(ran), false]) exitWith {};
|
||||
_logic setVariable [QGVAR(ran), true];
|
||||
|
||||
private _drawCode = {
|
||||
params ["_object", "_mousePos"];
|
||||
private _startPos = getPos _object;
|
||||
|
Loading…
Reference in New Issue
Block a user