Updated ecoconfig.json (#270)

Changed MaxConnections to DefaultSlots - maxconnections was removed from the Network.eco setting, and replaced with MaxConnections
This commit is contained in:
southnode 2023-01-15 13:03:40 +11:00 committed by GitHub
parent 1c43087582
commit d0d7ca57b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@
"FieldName":"$MaxUsers", "FieldName":"$MaxUsers",
"InputType":"number", "InputType":"number",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"MaxConnections", "ParamFieldName":"DefaultSlots",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"-1", "DefaultValue":"-1",
"Suffix":"players", "Suffix":"players",
@ -226,4 +226,4 @@
"Placeholder":"", "Placeholder":"",
"EnumValues":{} "EnumValues":{}
} }
] ]