There's no need to hide arena_lib HUDs anymore, when a player leaves

This commit is contained in:
Zughy 2023-04-11 19:15:31 +02:00
parent be004e2e9f
commit cbc477cf26

View File

@ -351,7 +351,6 @@ function remove_HUD(p_name, is_spectator)
if is_spectator then return end
arena_lib.HUD_hide("all", p_name)
panel_lib.get_panel(p_name, "bl_info_panel"):remove()
block_league.HUD_remove_inputs(p_name)
end