arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/dayz_code/configVariables.sqf
2022-04-21 16:15:41 +03:00

7 lines
154 B
Plaintext
Executable File

if (isServer) then {
diag_log "Loading custom server configVariables";
};
if (!isDedicated) then {
diag_log "Loading custom client configVariables";
};