Mapgen example fixed in 0.17.2

This commit is contained in:
Dave Bendit 2019-02-27 13:06:47 -06:00
parent 6fece0c9e3
commit e941e9a2c8

View File

@ -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