diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-23 20:25:00 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-23 20:25:00 +0000 |
commit | d5740459307a680159a969d47ec8b2b079fe38c0 (patch) | |
tree | fc05c7938231dfff15ca83e662aa3ff263bddc1b /mount.lua | |
parent | bc86a32af663f8eb0d35af62bdbd56a5c19e9104 (diff) |
added quick error check for self.drops
Diffstat (limited to 'mount.lua')
-rw-r--r-- | mount.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ end function mobs.detach(player, offset) force_detach(player) + default.player_set_animation(player, "stand" , 30) local pos = player:getpos() |