Epoch/Sources/epoch_server/init/fn_postinit.sqf

9 lines
257 B
Plaintext
Raw Normal View History

2015-09-17 16:31:04 +00:00
if (isNil "Epoch_SStart") then {
Epoch_SStart = true;
[] spawn {
call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\both_init.sqf";
call compile preprocessFileLineNumbers "\x\addons\a3_epoch_server\init\server_init.sqf";
};
};
true