forked from VoxeLibre/VoxeLibre
„mods/ITEMS/mcl_farming/pumpkin.lua“ ändern
This commit is contained in:
parent
d5a2e5e514
commit
9b9ec13967
|
@ -142,7 +142,6 @@ if minetest.get_modpath("mcl_armor") then
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
local remove_pumpkin_hud = function(player)
|
local remove_pumpkin_hud = function(player)
|
||||||
local player_name = player:get_player_name()
|
|
||||||
if pumpkin_hud then
|
if pumpkin_hud then
|
||||||
player:hud_remove(pumpkin_hud)
|
player:hud_remove(pumpkin_hud)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue