Removed outdated code

This commit is contained in:
johnb432 2024-03-01 19:14:07 +01:00
parent 776c1f72b2
commit fc745e49ab

View File

@ -4,7 +4,6 @@
"CBA_settingsInitialized", "CBA_settingsInitialized",
{ {
if (isServer) then { if (isServer) then {
call FUNC(initBlackList);
call FUNC(initMaterialCache); call FUNC(initMaterialCache);
[ [
QEGVAR(common,setShotParents), QEGVAR(common,setShotParents),
@ -15,8 +14,6 @@
}; };
#ifdef DEBUG_MODE_DRAW #ifdef DEBUG_MODE_DRAW
[QGVAR(dev_clearTraces), LINKFUNC(dev_clearTraces)] call CBA_fnc_addEventHandler;
if (!hasInterface) exitWith {}; if (!hasInterface) exitWith {};
if (!isServer) then { if (!isServer) then {
["ace_firedPlayer", LINKFUNC(dev_fired)] call CBA_fnc_addEventHandler; ["ace_firedPlayer", LINKFUNC(dev_fired)] call CBA_fnc_addEventHandler;
@ -37,7 +34,6 @@
"Reset ACE Frag traces", "Reset ACE Frag traces",
"", "",
{ {
[QGVAR(dev_clearTraces), []] call CBA_fnc_remoteEvent;
call FUNC(dev_clearTraces); call FUNC(dev_clearTraces);
}, },
{true} {true}