Prevent crash when the wooden rocket silo is destroyed before it explodes

This commit is contained in:
Simon Brodtmann 2025-12-30 20:56:07 +01:00
parent 81e41285b7
commit 6ecf741108

View file

@ -101,6 +101,7 @@ end
local function explode_silo(silo)
if not silo.valid then return end
silo.die()
end