mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
saving people from their own bad testing setup
This commit is contained in:
parent
4ebbc28948
commit
5f1cf0b4b6
@ -9,6 +9,9 @@
|
||||
};
|
||||
|
||||
#ifdef DEBUG_MODE_DRAW
|
||||
if (isServer) then {
|
||||
[QGVAR(dev_clearTraces),LINKFUNC(dev_clearTraces)] call CBA_fnc_addEventHandler;
|
||||
};
|
||||
if (hasInterface) then {
|
||||
GVAR(dev_drawPFEH) = [
|
||||
LINKFUNC(dev_drawTrace),
|
||||
@ -24,7 +27,7 @@
|
||||
"Reset ACE Frag traces",
|
||||
"",
|
||||
{
|
||||
remoteExecCall [QFUNC(dev_clearTraces), 2];
|
||||
[QGVAR(dev_clearTraces), []] call CBA_fnc_serverEvent;
|
||||
},
|
||||
{true}
|
||||
] call EFUNC(interact_menu,createAction);
|
||||
|
Loading…
x
Reference in New Issue
Block a user