Fix RCON (Hopefully)

Hopefully a fix to RCON
This commit is contained in:
Shinynecrid 2022-02-20 11:16:17 -06:00
parent 93ef8e140a
commit 4b431d3887
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ App.ApplicationPort2=27165
App.ApplicationPort3=0
App.ApplicationReadyMode=RegexMatch
App.BaseDirectory=./squad-dedicated-server/403240/
App.CommandLineArgs=MULTIHOME={{$ApplicationIPBinding}} Port={{$ApplicationPort1}} QueryPort={{$ApplicationPort2}} RCONPORT={{$RemoteAdminPort}} RCONPASSWORD={{"$RemoteAdminPassword"}} -log -fullcrashdump
App.CommandLineArgs=MULTIHOME={{$ApplicationIPBinding}} Port={{$ApplicationPort1}} QueryPort={{$ApplicationPort2}} RCONPORT={{$RemoteAdminPort}} RCONPASSWORD={{$RemoteAdminPassword}} -log -fullcrashdump
App.CommandLineParameterDelimiter=
App.CommandLineParameterFormat={0}="{1}"
App.DisplayName=Squad Dedicated Server

View File

@ -8,7 +8,7 @@
"InputType": "RandomPassword",
"IsFlagArgument": false,
"ParamFieldName": "$RemoteAdminPassword",
"IncludeInCommandLine": true,
"IncludeInCommandLine": false,
"DefaultValue": "Password123"
},
{