server/addons/main/XEH_preInit.sqf
Jacob Schmidt 48e3e15f71
Some checks failed
Build / Build (push) Failing after 51s
Initial Repo Setup
2025-01-01 14:30:34 -06:00

18 lines
371 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true;
GVARMAIN(debugMode) = false;
[QGVAR(log), {
params ["_msg", "_syschatEnabled"];
[_msg, _syschatEnabled] call FUNC(writeRPT);
}] call CFUNC(addEventHandler);
[COMPONENT_NAME, "DEBUG", "*** DEBUG MODE IS ACTIVE ***", true] call FUNC(log);