mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
fix: fivem license input rule length
Adds support for a new fivem license key format length of 33 making it one char longer
This commit is contained in:
parent
eca02ba006
commit
b09be7179f
@ -35,7 +35,7 @@
|
||||
"default_value": "",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:64"
|
||||
"rules": "required|string|max:33"
|
||||
},
|
||||
{
|
||||
"name": "Max Players",
|
||||
|
Loading…
Reference in New Issue
Block a user