mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed missing bracket thx to @RC-Robio
This commit is contained in:
parent
6c652b34ce
commit
b8dac3481e
Binary file not shown.
@ -11,6 +11,6 @@ if (!isNull (_this select 0)) then {
|
|||||||
[(_this select 1), "UAV"] call EPOCH_server_triggerEvent;
|
[(_this select 1), "UAV"] call EPOCH_server_triggerEvent;
|
||||||
|
|
||||||
_objHiveKey = format ["%1:%2", (call EPOCH_fn_InstanceID), _slot];
|
_objHiveKey = format ["%1:%2", (call EPOCH_fn_InstanceID), _slot];
|
||||||
["AI", _objHiveKey call EPOCH_fnc_server_hiveDEL;
|
["AI", _objHiveKey] call EPOCH_fnc_server_hiveDEL;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user