Update MinValue for all player counts (#269)
This is to address https://github.com/CubeCoders/AMP/issues/803
This commit is contained in:
@@ -120,7 +120,8 @@
|
||||
"ParamFieldName": "lobbyminplayers",
|
||||
"IncludeInCommandLine": true,
|
||||
"InputType": "number",
|
||||
"DefaultValue": "4"
|
||||
"DefaultValue": "4",
|
||||
"MinValue":"2"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Lobby hold time",
|
||||
|
||||
Reference in New Issue
Block a user