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:
IceOfWraith 2023-01-04 13:10:56 -06:00 committed by GitHub
parent f3d6d584b4
commit ddea417be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",