mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-27 00:42:59 +08:00
Fixed server password
Using "" as the blank password makes it happy and works.
This commit is contained in:
parent
d6db69a54d
commit
41d97eb0bf
@ -115,9 +115,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Server Password",
|
"name": "Server Password",
|
||||||
"description": "Password to join the server, Blank is none.",
|
"description": "Password to join the server, \"\" is none",
|
||||||
"env_variable": "SERVER_PASS",
|
"env_variable": "SERVER_PASS",
|
||||||
"default_value": "",
|
"default_value": "\"\"",
|
||||||
"user_viewable": 1,
|
"user_viewable": 1,
|
||||||
"user_editable": 1,
|
"user_editable": 1,
|
||||||
"rules": "nullable|string|max:30"
|
"rules": "nullable|string|max:30"
|
||||||
|
Loading…
Reference in New Issue
Block a user