mirror of
https://github.com/APercy/airutils
synced 2025-11-07 15:28:00 +01:00
Merge pull request #48 from farribeiro/lib_planes/hud
Change to core namespace lib_planes/hud
This commit is contained in:
commit
139322fe08
@ -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"])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user