fix local declaration

This commit is contained in:
Brandon 2020-07-03 20:31:53 -04:00
parent 860317168b
commit 31aa880e85
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ end
function mcl_potions.healing_func(player, hp)
obj = player:get_luaentity()
local obj = player:get_luaentity()
if is_zombie[player:get_entity_name()] then hp = -hp end