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

View File

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