1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2024-12-12 10:13:58 +02:00

Stop removing fish since it was always confusing but also not worth keeping as a configurable option.

This commit is contained in:
Oarcinae 2021-02-15 17:07:45 -05:00
parent a745668804
commit 399f853f6a

View File

@ -1328,7 +1328,8 @@ function UndecorateOnChunkGenerate(event)
local surface = event.surface
local chunkArea = event.area
RemoveDecorationsArea(surface, chunkArea)
RemoveFish(surface, chunkArea)
-- If you care to, you can remove all fish with the Undecorator option here:
-- RemoveFish(surface, chunkArea)
end
-- Give player items on respawn