Merge pull request #3220 from Software-Noob/patch-2

Increase Rust server name length
This commit is contained in:
Dane Everitt 2021-04-17 12:16:42 -07:00 committed by GitHub
commit 2ea5fc2e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
"default_value": "A Rust Server",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:40"
"rules": "required|string|max:60"
},
{
"name": "OxideMod",