Fix dropping of items on wagon destroy

master
orwell96 2019-01-22 12:31:18 +01:00
parent 240e7dd091
commit 97a2ff7db0
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ function wagon:destroy()
--atdebug("[wagon ", self.id, "]: destroying")
self.object:remove()
return true
end
function wagon:on_step(dtime)