1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

added quick error check for self.drops

This commit is contained in:
TenPlus1
2017-01-23 20:25:00 +00:00
parent bc86a32af6
commit d574045930
2 changed files with 3 additions and 1 deletions

View File

@ -148,6 +148,7 @@ end
function mobs.detach(player, offset)
force_detach(player)
default.player_set_animation(player, "stand" , 30)
local pos = player:getpos()