ACE3/addons/weather/XEH_preInit.sqf

16 lines
270 B
Plaintext
Raw Normal View History

//#define DEBUG_MODE_FULL
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
#include "initSettings.sqf"
2015-04-22 19:16:01 +00:00
// Make sure this data is read before client/server postInit
call FUNC(getMapData);
ADDON = true;