Fixed server password

Using "" as the blank password makes it happy and works.
This commit is contained in:
Sir3lit 2019-04-15 04:50:48 -04:00 committed by GitHub
parent d6db69a54d
commit 41d97eb0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,12 +115,12 @@
},
{
"name": "Server Password",
"description": "Password to join the server, Blank is none.",
"description": "Password to join the server, \"\" is none",
"env_variable": "SERVER_PASS",
"default_value": "",
"default_value": "\"\"",
"user_viewable": 1,
"user_editable": 1,
"rules": "nullable|string|max:30"
}
]
}
}