diff --git a/addons/common/functions/fnc_objectEvent.sqf b/addons/common/functions/fnc_objectEvent.sqf index 21ba60b802..878b0d80d1 100644 --- a/addons/common/functions/fnc_objectEvent.sqf +++ b/addons/common/functions/fnc_objectEvent.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" -params ["_eventName", "_eventTarget", "_eventArgs"]; +params ["_eventName", "_eventTargets", "_eventArgs"]; private _newName = getText (configFile >> "ACE_newEvents" >> _eventName); if (_newName != "") then {