mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-10 15:43:02 +08:00
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:
parent
66b4b3fc81
commit
4c513e2ef5
@ -39,7 +39,7 @@
|
|||||||
"default_value": "30",
|
"default_value": "30",
|
||||||
"user_viewable": 1,
|
"user_viewable": 1,
|
||||||
"user_editable": 0,
|
"user_editable": 0,
|
||||||
"rules": "required|integer|between:1,31"
|
"rules": "required|integer|between:1,32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Server Hostname",
|
"name": "Server Hostname",
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"default_value": "My new FXServer!",
|
"default_value": "My new FXServer!",
|
||||||
"user_viewable": 1,
|
"user_viewable": 1,
|
||||||
"user_editable": 1,
|
"user_editable": 1,
|
||||||
"rules": "required|string|max:64"
|
"rules": "required|string"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user