Epoch/Sources/epoch_server/init/fn_init.sqf

9 lines
204 B
Plaintext
Raw Normal View History

2015-09-17 16:31:04 +00:00
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