From c59350599d9700425a6e30e78eb580a49e74a0e8 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Wed, 29 Aug 2018 13:35:17 +0300 Subject: [PATCH 1/2] Update egg-factorio.json Fixed: creating a server with an empty "Server Password" --- factorio/factorio/egg-factorio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factorio/factorio/egg-factorio.json b/factorio/factorio/egg-factorio.json index 8ab979fe..33ea3b07 100644 --- a/factorio/factorio/egg-factorio.json +++ b/factorio/factorio/egg-factorio.json @@ -120,7 +120,7 @@ "default_value": "", "user_viewable": 1, "user_editable": 1, - "rules": "string|max:30" + "rules": "nullable|string|max:30" } ] } From b75cd553aa636291724c1f8821d1e626d7dc9953 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Wed, 29 Aug 2018 13:44:04 +0300 Subject: [PATCH 2/2] Update egg-factorio.json --- factorio/factorio/egg-factorio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factorio/factorio/egg-factorio.json b/factorio/factorio/egg-factorio.json index 33ea3b07..afad8fb2 100644 --- a/factorio/factorio/egg-factorio.json +++ b/factorio/factorio/egg-factorio.json @@ -120,7 +120,7 @@ "default_value": "", "user_viewable": 1, "user_editable": 1, - "rules": "nullable|string|max:30" + "rules": "required|string|max:30" } ] }