Browse Source

fix: update rconPassword in server.ini

The commit fixes an issue where the rconPassword was set to "test" in the server.ini file. The password has been removed, ensuring that it is not exposed.
pull/137/head
Daniel Gibbs 2 years ago
parent
commit
39df2ec7f5
  1. 4
      av/server.ini

4
av/server.ini

@ -1,6 +1,6 @@
[Game]
Scenario=1
Seed=x46VQhntnI
Seed=DqsBKPhqJi
Difficulty=0
HardcoreEnabled=false
InfiniteResources=false
@ -99,7 +99,7 @@ sendStatsToAdmins=true
useSteam=true
forceSteam=false
rconIp=
rconPassword=test
rconPassword=
rconPort=27015
maxReceivableMessageSize=52428800
networkingThreads=2

Loading…
Cancel
Save