2015-01-11 18:24:19 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
if(GVAR(tracesStarted)) then {
|
2015-04-06 16:22:43 +00:00
|
|
|
GVAR(tracesStarted) = false;
|
2015-11-30 15:45:20 +00:00
|
|
|
[GVAR(traceID)] call CBA_fnc_removePerFrameHandler;
|
2015-06-19 03:04:48 +00:00
|
|
|
};
|