Fix RCON (Hopefully)
Hopefully a fix to RCON
This commit is contained in:
parent
93ef8e140a
commit
4b431d3887
@ -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
|
||||
|
@ -8,7 +8,7 @@
|
||||
"InputType": "RandomPassword",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "$RemoteAdminPassword",
|
||||
"IncludeInCommandLine": true,
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Password123"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user