mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
Fix rust not seeding
This commit is contained in:
parent
ca6068fa6d
commit
0baa74a517
@ -121,7 +121,7 @@
|
||||
"default_value": "CHANGEME",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|regex:/^[\w.-]*$/|max:64"
|
||||
"rules": "required|regex:/^[\\w.-]*$/|max:64"
|
||||
},
|
||||
{
|
||||
"name": "Save Interval",
|
||||
|
Loading…
Reference in New Issue
Block a user