mirror of
https://github.com/APercy/ap_airship.git
synced 2025-07-19 20:44:54 -04:00
improved remotion
This commit is contained in:
parent
8f2e6360d0
commit
8e516909c6
2 changed files with 5 additions and 2 deletions
|
@ -601,7 +601,7 @@ minetest.register_entity("ap_airship:airship", {
|
|||
self.object:set_properties(properties)
|
||||
if data.remove then
|
||||
airutils.destroy_inventory(self)
|
||||
self.object:remove()
|
||||
ap_airship.destroy(self)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue