mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41:06 +01:00
Remove unused hud_manager.hud_exists function
This commit is contained in:
parent
2607d40f1f
commit
148575a05b
1 changed files with 0 additions and 9 deletions
|
@ -116,15 +116,6 @@ function hud_manager.change_hud(data)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- gets if hud exists
|
|
||||||
function hud_manager.hud_exists(player,hud_name)
|
|
||||||
local name = player:get_player_name()
|
|
||||||
if player_huds[name] and player_huds[name][hud_name] then
|
|
||||||
return true
|
|
||||||
else
|
|
||||||
return false
|
|
||||||
end
|
|
||||||
end
|
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
-- saves specific users data for when they relog
|
-- saves specific users data for when they relog
|
||||||
|
|
Loading…
Reference in a new issue