diff options
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -361,7 +361,7 @@ function check_for_death(self) if self.on_die then self.on_die(self, pos) - +self.object:remove() return true end |