diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo index 8bab840c..1803d425 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo differ diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf index bbc6f869..d4c3785d 100644 --- a/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf +++ b/Sources/epoch_server/compile/epoch_server/EPOCH_server_traderKilled.sqf @@ -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; }; };