Update requirements for startup configuration.

FiveM supports 32 players | Also a server name can have as many characters as possible
This commit is contained in:
ScottUK 2018-07-20 18:21:25 +01:00 committed by GitHub
parent 66b4b3fc81
commit 4c513e2ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
"default_value": "30",
"user_viewable": 1,
"user_editable": 0,
"rules": "required|integer|between:1,31"
"rules": "required|integer|between:1,32"
},
{
"name": "Server Hostname",
@ -48,7 +48,7 @@
"default_value": "My new FXServer!",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string|max:64"
"rules": "required|string"
}
]
}
}