From 2d9f6467282094072a984916d6d6439a61a714a3 Mon Sep 17 00:00:00 2001 From: xxalfa Date: Sun, 11 Aug 2019 01:40:33 +0200 Subject: [PATCH] Fix whitelist args in scenario entrypoint --- 0.17/files/scenario.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/0.17/files/scenario.sh b/0.17/files/scenario.sh index 4ce9088..4bef224 100755 --- a/0.17/files/scenario.sh +++ b/0.17/files/scenario.sh @@ -34,6 +34,7 @@ exec /opt/factorio/bin/x64/factorio \ --start-server-load-scenario "$SERVER_SCENARIO" \ --server-settings "$CONFIG/server-settings.json" \ --server-whitelist "$CONFIG/server-whitelist.json" \ + --use-server-whitelist \ --server-banlist "$CONFIG/server-banlist.json" \ --rcon-port "$RCON_PORT" \ --rcon-password "$(cat "$CONFIG/rconpw")" \