10 lines
No EOL
165 B
INI
10 lines
No EOL
165 B
INI
// defaults
|
|
hostname ${server_name}
|
|
motd_enabled 0
|
|
rcon_password ${rcon_password}
|
|
sv_steamgroup "38347879"
|
|
|
|
// server specific
|
|
% for line in config:
|
|
${line}
|
|
% endfor |