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

Loading…
Cancel
Save