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:
parent
1c43087582
commit
d0d7ca57b2
@ -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":{}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user