fixed missing bracket thx to @RC-Robio

This commit is contained in:
vbawol 2016-01-07 09:52:04 -06:00
parent 6c652b34ce
commit b8dac3481e
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ if (!isNull (_this select 0)) then {
[(_this select 1), "UAV"] call EPOCH_server_triggerEvent;
_objHiveKey = format ["%1:%2", (call EPOCH_fn_InstanceID), _slot];
["AI", _objHiveKey call EPOCH_fnc_server_hiveDEL;
["AI", _objHiveKey] call EPOCH_fnc_server_hiveDEL;
};
};