Update 7D2D Player Count (#259)
* Update 7D2D Player Count The Player Count was not linked to the $MaxUsers variable. * Update seven-days-to-dieconfig.json
This commit is contained in:
parent
f3d6d584b4
commit
ddea417be1
@ -158,14 +158,15 @@
|
||||
"Category":"7d2d - Server Settings",
|
||||
"Description":"Maximum Concurrent Players.",
|
||||
"Keywords":"Server,Max,Player,Count",
|
||||
"FieldName":"ServerMaxPlayerCount",
|
||||
"FieldName":"$MaxUsers",
|
||||
"InputType":"number",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxPlayerCount']/@value",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"8",
|
||||
"EnumValues":{},
|
||||
"Suffix": "players"
|
||||
"Suffix":"players",
|
||||
"MinValue":"1"
|
||||
},{
|
||||
"DisplayName":"Server Reserved Slots",
|
||||
"Category":"7d2d - Server Settings",
|
||||
|
Loading…
Reference in New Issue
Block a user