7 lines
154 B
Plaintext
Executable File
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";
|
|
}; |