arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/dayz_code/configVariables.sqf

7 lines
154 B
Plaintext
Raw Normal View History

2022-04-21 16:15:41 +03:00
if (isServer) then {
diag_log "Loading custom server configVariables";
};
if (!isDedicated) then {
diag_log "Loading custom client configVariables";
};