Dummy out compact HUD

This commit is contained in:
Arctic 2022-08-01 15:50:28 +10:00
parent adba0e1757
commit 06b5e657a6

View File

@ -449,11 +449,6 @@ local function menu_client_ti(panel)
label = "Draw HUD",
command = "arc9_hud_arc9"
})
panel:AddControl("checkbox", {
label = "Compact HUD",
command = "arc9_hud_compact"
})
panel:ControlHelp( "Reduced-size HUD design." )
panel:AddControl("checkbox", {
label = "Draw HUD Everywhere",
command = "arc9_hud_always"