Updated Slots

Updated player slots from 32 to 48
This commit is contained in:
krenny 2021-05-30 15:37:31 +02:00 committed by GitHub
parent 0734ca1313
commit 4f851ad4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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