forked from VoxeLibre/VoxeLibre
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
|
||||
end
|
||||
|
||||
mcl_util.deal_damage(obj, -hp, {type = "magic"})
|
||||
mcl_util.deal_damage(player, -hp, {type = "magic"})
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue