From f2c9fbb10cfce606391a9f40f6d12b4495a802dd Mon Sep 17 00:00:00 2001 From: David Andersen Date: Tue, 25 Oct 2016 13:34:55 -0700 Subject: [PATCH] update example config --- server-settings.example.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/server-settings.example.json b/server-settings.example.json index 511a7f3..5b2a68c 100644 --- a/server-settings.example.json +++ b/server-settings.example.json @@ -7,9 +7,12 @@ "max_players": 0, "_comment_visibility": ["public: Game will be published on the official Factorio matching server", - "lan: Game will be broadcast on LAN", - "hidden: Game will not be published anywhere"], - "visibility": "public", + "lan: Game will be broadcast on LAN"], + "visibility": + { + "public": true, + "lan": true + }, "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public", "username": "", @@ -45,7 +48,7 @@ "auto_pause": true, "only_admins_can_pause_the_game": true, - + "_comment_autosave_only_on_server": "Whether autosaves should be saved only on server or also on all connected clients. Default is true.", "autosave_only_on_server": true,