Merge pull request #200 from DBendit/stop-deleting-mapgen

Stop wiping out mapgen settings
This commit is contained in:
David Andersen 2019-03-05 09:48:36 -08:00 committed by GitHub
commit 988aa08a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ fi
if [ ! -f $CONFIG/map-gen-settings.json ]; then if [ ! -f $CONFIG/map-gen-settings.json ]; then
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 fi
if [ ! -f $CONFIG/map-settings.json ]; then if [ ! -f $CONFIG/map-settings.json ]; then