„mods/ITEMS/mcl_farming/pumpkin.lua“ ändern

This commit is contained in:
NO11 2021-05-23 19:38:49 +00:00
parent d5a2e5e514
commit 9b9ec13967
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ if minetest.get_modpath("mcl_armor") then
})
end
local remove_pumpkin_hud = function(player)
local player_name = player:get_player_name()
if pumpkin_hud then
player:hud_remove(pumpkin_hud)
end