Files
ACE3/addons/weather/XEH_preInit.sqf
2023-12-07 03:20:47 +00:00

16 lines
274 B
Plaintext

//#define DEBUG_MODE_FULL
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
#include "initSettings.inc.sqf"
// Make sure this data is read before client/server postInit
call FUNC(getMapData);
ADDON = true;