Epoch/Sources/epoch_code/init/fn_postinit.sqf
2015-09-14 15:55:36 -05:00

5 lines
138 B
Plaintext

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