Epoch_Server/Server/@A3EAI/addons/a3eai/fn_A3EAI_init.sqf

9 lines
223 B
Plaintext

if (hasInterface) exitWith {};
if (isDedicated) then {
[] call compile preprocessFileLineNumbers "\a3eai\init\a3eai_initserver.sqf";
} else {
[] call compile preprocessFileLineNumbers "\a3eai\init\a3eai_inithc.sqf";
};