1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 08:07:09 +02:00

Update egg-factorio.json

Fixed: creating a server with an empty "Server Password"
This commit is contained in:
Vladislav 2018-08-29 13:35:17 +03:00 committed by GitHub
parent f658d23c09
commit c59350599d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@
"default_value": "",
"user_viewable": 1,
"user_editable": 1,
"rules": "string|max:30"
"rules": "nullable|string|max:30"
}
]
}