Epoch/Sources/epoch_server/init/fn_postinit.sqf
2015-09-17 11:31:04 -05:00

9 lines
257 B
Plaintext

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