From d0d7ca57b27a256d970517c468bea9084c6dff5c Mon Sep 17 00:00:00 2001 From: southnode <95715917+southnode@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:03:40 +1100 Subject: [PATCH] Updated ecoconfig.json (#270) Changed MaxConnections to DefaultSlots - maxconnections was removed from the Network.eco setting, and replaced with MaxConnections --- ecoconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecoconfig.json b/ecoconfig.json index 50f3fa6..5e075ce 100644 --- a/ecoconfig.json +++ b/ecoconfig.json @@ -133,7 +133,7 @@ "FieldName":"$MaxUsers", "InputType":"number", "IsFlagArgument":false, - "ParamFieldName":"MaxConnections", + "ParamFieldName":"DefaultSlots", "IncludeInCommandLine":false, "DefaultValue":"-1", "Suffix":"players", @@ -226,4 +226,4 @@ "Placeholder":"", "EnumValues":{} } -] \ No newline at end of file +]