Epoch/Sources/epoch_code/init/fn_postinit.sqf

5 lines
154 B
Plaintext
Raw Normal View History

if (!isDedicated && isMultiplayer && hasInterface) then {
2015-09-14 20:55:36 +00:00
call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\client_init.sqf";
};
true