Epoch/Sources/epoch_code/init/fn_postinit.sqf

5 lines
154 B
Plaintext

if (!isDedicated && isMultiplayer && hasInterface) then {
call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\client_init.sqf";
};
true