mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove duplicate ACE_newEvents entries
This commit is contained in:
@ -49,4 +49,4 @@ if ((profileNamespace getVariable ["ACE_ATragMX_profileNamespaceVersion", 0]) ==
|
||||
[] call FUNC(init);
|
||||
[] call FUNC(restore_user_data);
|
||||
|
||||
["ace_rangerfinderData", {_this call FUNC(sord)}] call CBA_fnc_addEventHandler;
|
||||
["ace_rangefinderData", {_this call FUNC(sord)}] call CBA_fnc_addEventHandler;
|
||||
|
@ -16,5 +16,5 @@ class CfgPatches {
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "RscTitles.hpp"
|
||||
class ACE_newEvents {
|
||||
RangerfinderData = "ace_rangerfinderData";
|
||||
};
|
||||
RangerfinderData = "ace_rangefinderData";
|
||||
};
|
||||
|
Reference in New Issue
Block a user