Merge pull request #48 from farribeiro/lib_planes/hud

Change to core namespace lib_planes/hud
This commit is contained in:
Alexsandro Percy 2025-10-20 19:43:49 -03:00 committed by GitHub
commit 139322fe08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -313,7 +313,7 @@ end
function airutils.remove_hud(player)
if player then
local player_name = player:get_player_name()
--minetest.chat_send_all(player_name)
--core.chat_send_all(player_name)
local ids = airutils.hud_list[player_name]
if ids then
--player:hud_remove(ids["altitude"])