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