forked from MineClone5/MineClone5
Fix harming potion crash
This commit is contained in:
parent
ae1212be7f
commit
8cccbd7caa
|
@ -689,7 +689,7 @@ function mcl_potions.healing_func(player, hp)
|
||||||
hp = -1
|
hp = -1
|
||||||
end
|
end
|
||||||
|
|
||||||
mcl_util.deal_damage(obj, -hp, {type = "magic"})
|
mcl_util.deal_damage(player, -hp, {type = "magic"})
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue