We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad22772 commit 224babaCopy full SHA for 224baba
modules/landfill.lua
@@ -40,7 +40,7 @@ function Landfill.compute_prototype_overrides()
40
local surface = game.surfaces["_BPEX_Temp_Surface"]
41
if surface then
42
log("Old temporary surface existed for some reason, destroying it.")
43
- game.destroy_surface(surface)
+ game.delete_surface(surface)
44
end
45
46
-- Temporary surface.
0 commit comments