Prevent crash when the wooden rocket silo is destroyed before it explodes
This commit is contained in:
parent
81e41285b7
commit
6ecf741108
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ end
|
|||
|
||||
|
||||
local function explode_silo(silo)
|
||||
if not silo.valid then return end
|
||||
silo.die()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue