Remove duplicate ACE_newEvents entries

This commit is contained in:
SilentSpike
2016-05-24 15:06:17 +01:00
parent c4b75160a4
commit 207d6612da
53 changed files with 61 additions and 207 deletions

View File

@ -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;

View File

@ -16,5 +16,5 @@ class CfgPatches {
#include "CfgWeapons.hpp"
#include "RscTitles.hpp"
class ACE_newEvents {
RangerfinderData = "ace_rangerfinderData";
};
RangerfinderData = "ace_rangefinderData";
};