mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 17:08:08 +01:00 
			
		
		
		
	Merge pull request #189 from DBendit/fix-mapgen
Mapgen example fixed in 0.17.2
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user