Browse Source

fix(rust): server config text change for rcon (#3175)

Co-authored-by: Daniel Gibbs <[email protected]>
pull/3183/head
Christian 4 years ago
committed by GitHub
parent
commit
9cc0b3dac8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/config-default/config-lgsm/rustserver/_default.cfg

2
lgsm/config-default/config-lgsm/rustserver/_default.cfg

@ -14,7 +14,7 @@ port="28015"
rconport="28016" rconport="28016"
appport=28082 appport=28082
rconpassword="CHANGE_ME" rconpassword="CHANGE_ME"
rconweb="1" # Value is: 1 for the Facepunch web panel; 0 for RCON tools like Rusty or Rustadmin. rconweb="1" # Value is: 1 for the Facepunch web panel, Rustadmin desktop and Rustadmin Online; 0 for RCON tools like Rusty.
servername="Rust" servername="Rust"
maxplayers="50" maxplayers="50"
seed="" # range: 1-2147483647, used to reproduce a procedural map. seed="" # range: 1-2147483647, used to reproduce a procedural map.

Loading…
Cancel
Save