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

9 lines
204 B
Plaintext

if !(isNil "Epoch_SStart1") exitWith { false };
Epoch_SStart1 = true;
diag_log "Epoch: Init Compiles";
call compile preprocessFileLineNumbers "\x\addons\a3_epoch_server\init\server_compiles.sqf";
true