Merge pull request #1277 from LittleDraily/patch-1

Update fivem_license max input rule to support new key format
This commit is contained in:
Alex 2021-07-31 20:59:28 +03:00 committed by GitHub
commit 4f0c28044b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:32"
"rules": "required|string|max:33"
},
{
"name": "Max Players",