diff --git a/template/functions/curator/fn_curatorEH.sqf b/template/functions/curator/fn_curatorEH.sqf index 5290447..5fe113b 100644 --- a/template/functions/curator/fn_curatorEH.sqf +++ b/template/functions/curator/fn_curatorEH.sqf @@ -14,7 +14,7 @@ _x addEventHandler ["CuratorObjectPlaced", {_this remoteExec ["XPT_fnc_curatorObjPlaced", 2]}]; // Add event handler to share placed groups between curators - _x addEventHandler ["CuratorObjectPlaced", {_this remoteExec ["XPT_fnc_curatorGrpPlaced", 2]}]; + _x addEventHandler ["CuratorGroupPlaced", {_this remoteExec ["XPT_fnc_curatorGrpPlaced", 2]}]; // Add event handler to remove NVGs from spawned units if ((getMissionConfigValue "XPT_curator_removeNVG") == 1) then { @@ -33,4 +33,4 @@ [(group (_this select 1))] remoteExec ["XPT_fnc_headlessSetGroupOwner", 2]; }]; }; -} forEach allCurators; \ No newline at end of file +} forEach allCurators;