mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
9 lines
204 B
Plaintext
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
|