diff --git a/factorio/factorio/egg-factorio.json b/factorio/factorio/egg-factorio.json index c637bdf4..e5017803 100644 --- a/factorio/factorio/egg-factorio.json +++ b/factorio/factorio/egg-factorio.json @@ -115,12 +115,12 @@ }, { "name": "Server Password", - "description": "Password to join the server, Blank is none.", + "description": "Password to join the server, \"\" is none", "env_variable": "SERVER_PASS", - "default_value": "", + "default_value": "\"\"", "user_viewable": 1, "user_editable": 1, "rules": "nullable|string|max:30" } ] -} \ No newline at end of file +}