mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed outdated code
This commit is contained in:
parent
776c1f72b2
commit
fc745e49ab
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user