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",
|
"Category":"7d2d - Server Settings",
|
||||||
"Description":"Maximum Concurrent Players.",
|
"Description":"Maximum Concurrent Players.",
|
||||||
"Keywords":"Server,Max,Player,Count",
|
"Keywords":"Server,Max,Player,Count",
|
||||||
"FieldName":"ServerMaxPlayerCount",
|
"FieldName":"$MaxUsers",
|
||||||
"InputType":"number",
|
"InputType":"number",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxPlayerCount']/@value",
|
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxPlayerCount']/@value",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"8",
|
"DefaultValue":"8",
|
||||||
"EnumValues":{},
|
"EnumValues":{},
|
||||||
"Suffix": "players"
|
"Suffix":"players",
|
||||||
|
"MinValue":"1"
|
||||||
},{
|
},{
|
||||||
"DisplayName":"Server Reserved Slots",
|
"DisplayName":"Server Reserved Slots",
|
||||||
"Category":"7d2d - Server Settings",
|
"Category":"7d2d - Server Settings",
|
||||||
|
Loading…
Reference in New Issue
Block a user