diff --git a/addons/frag/XEH_postInit.sqf b/addons/frag/XEH_postInit.sqf index 2e5b1b22b2..9bd5544813 100644 --- a/addons/frag/XEH_postInit.sqf +++ b/addons/frag/XEH_postInit.sqf @@ -4,7 +4,6 @@ "CBA_settingsInitialized", { if (isServer) then { - call FUNC(initBlackList); call FUNC(initMaterialCache); [ QEGVAR(common,setShotParents), @@ -15,8 +14,6 @@ }; #ifdef DEBUG_MODE_DRAW - [QGVAR(dev_clearTraces), LINKFUNC(dev_clearTraces)] call CBA_fnc_addEventHandler; - if (!hasInterface) exitWith {}; if (!isServer) then { ["ace_firedPlayer", LINKFUNC(dev_fired)] call CBA_fnc_addEventHandler; @@ -37,7 +34,6 @@ "Reset ACE Frag traces", "", { - [QGVAR(dev_clearTraces), []] call CBA_fnc_remoteEvent; call FUNC(dev_clearTraces); }, {true}