ACE3/addons/weather/XEH_preInit.sqf

12 lines
199 B
Plaintext
Raw Normal View History

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