Epoch/Sources/epoch_code/init/fn_postinit.sqf

5 lines
138 B
Plaintext
Raw Normal View History

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