mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
if (!isDedicated && isMultiplayer && hasInterface) then {
|
|
call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\client_init.sqf";
|
|
};
|
|
true
|