forked from VoxeLibre/VoxeLibre
Remove unused hud_manager.hud_exists function
This commit is contained in:
parent
2607d40f1f
commit
148575a05b
|
@ -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 New Issue