Update server.cfg

This commit is contained in:
Frisasky 2019-09-14 22:20:56 +08:00 committed by GitHub
parent 59438ae87c
commit 86e4b0a94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,9 @@ set logconsole_append "1" // don't destroy the old log when restarting server
// more server settings
set sv_public "1"
set sv_maxclients "16"
set password ""
set rcon_password "ADMINPASSWORD"
set sv_skilllevel "1" // 0 = easy, 1 = normal, 2 = hard
set password "" // password required to enter the server
set rcon_password "ADMINPASSWORD" // password to remotely control the server, keep secret
set sv_pure "1" // if 1 client is forced to use same game modules and
// game data as the server
set masterservers "master1.forbidden.gg master1.icy.gg"