Update Port and MaxUsers
Now uses the correct form for MaxUsers and utilizes ApplicationPort1 due to the latest feature.
This commit is contained in:
		@@ -39,7 +39,7 @@ App.ApplicationPort1=6587
 | 
			
		||||
App.ApplicationPort2=0
 | 
			
		||||
App.ApplicationPort3=0
 | 
			
		||||
App.RemoteAdminPort=0
 | 
			
		||||
App.MaxUsers=20
 | 
			
		||||
App.MaxUsers=7
 | 
			
		||||
App.UseRandomAdminPassword=False
 | 
			
		||||
App.RemoteAdminPassword=Password123
 | 
			
		||||
App.AdminMethod=STDIO
 | 
			
		||||
 
 | 
			
		||||
@@ -48,12 +48,12 @@
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Port (REQUIRED)",
 | 
			
		||||
        "Description": "Must match Application Port 1 in the ADS Edit Ports menu.",
 | 
			
		||||
        "DisplayName": "Port",
 | 
			
		||||
        "Description": "This setting is managed under the Edit Ports button in ADS.",
 | 
			
		||||
        "Category": "Server Settings",
 | 
			
		||||
        "Keywords": "port",
 | 
			
		||||
        "FieldName": "port",
 | 
			
		||||
        "InputType": "number",
 | 
			
		||||
        "FieldName": "$ApplicationPort1",
 | 
			
		||||
        "InputType": "hidden",
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "Host.port",
 | 
			
		||||
        "IncludeInCommandLine": true,
 | 
			
		||||
@@ -65,7 +65,7 @@
 | 
			
		||||
        "Description": "Maximum number of player can join into the server.",
 | 
			
		||||
        "Category": "Server Settings",
 | 
			
		||||
        "Keywords": "max players",
 | 
			
		||||
        "FieldName": "maxPlayerNumber",
 | 
			
		||||
        "FieldName": "$MaxUsers",
 | 
			
		||||
        "InputType": "number",
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "Host.maxPlayerNumber",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user