diff --git a/0.17/files/docker-entrypoint.sh b/0.17/files/docker-entrypoint.sh index 03f1e97..3981793 100755 --- a/0.17/files/docker-entrypoint.sh +++ b/0.17/files/docker-entrypoint.sh @@ -22,8 +22,7 @@ if [ ! -f $CONFIG/server-settings.json ]; then fi if [ ! -f $CONFIG/map-gen-settings.json ]; then - # TODO: Need a valid map-gen-settings.json - # cp /opt/factorio/data/map-gen-settings.example.json $CONFIG/map-gen-settings.json + cp /opt/factorio/data/map-gen-settings.example.json $CONFIG/map-gen-settings.json echo "{}" > $CONFIG/map-gen-settings.json fi