From c59350599d9700425a6e30e78eb580a49e74a0e8 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Wed, 29 Aug 2018 13:35:17 +0300 Subject: [PATCH] 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" } ] }