Merge pull request #1162 from krenny/master

Updated Slots
This commit is contained in:
Alex 2021-05-30 17:12:23 +03:00 committed by GitHub
commit 7018d1e4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,10 +36,10 @@
"name": "Max Players", "name": "Max Players",
"description": "Set the fivem max play count", "description": "Set the fivem max play count",
"env_variable": "MAX_PLAYERS", "env_variable": "MAX_PLAYERS",
"default_value": "32", "default_value": "48",
"user_viewable": 1, "user_viewable": 1,
"user_editable": 0, "user_editable": 0,
"rules": "required|integer|between:1,32" "rules": "required|integer|between:1,48"
}, },
{ {
"name": "Server Hostname", "name": "Server Hostname",