STR: fix player limit setting (#474)

This commit is contained in:
Greelan 2023-10-04 06:44:23 +11:00 committed by GitHub
parent 6eb7da3d99
commit fff2f41dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@
"Category":"STR Settings", "Category":"STR Settings",
"Description":"Sets the maximum number of players that can connect to the server at one time", "Description":"Sets the maximum number of players that can connect to the server at one time",
"Keywords":"player,count,limit,maximum,umaxplayercount", "Keywords":"player,count,limit,maximum,umaxplayercount",
"FieldName":"uMaxPlayerCount", "FieldName":"$MaxUsers",
"InputType":"number", "InputType":"number",
"ParamFieldName":"GameServer.uMaxPlayerCount", "ParamFieldName":"GameServer.uMaxPlayerCount",
"DefaultValue":"8", "DefaultValue":"8",