A3XAI/4. SQF/addons/a3xai/fn_A3XAI_init.sqf
2018-09-17 20:04:24 +01:00

9 lines
223 B
Plaintext

if (hasInterface) exitWith {};
if (isDedicated) then {
[] call compile preprocessFileLineNumbers "\A3XAI\init\A3XAI_initserver.sqf";
} else {
[] call compile preprocessFileLineNumbers "\A3XAI\init\A3XAI_inithc.sqf";
};