We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bb43a commit ec58bf3Copy full SHA for ec58bf3
lua/pac3/editor/client/settings.lua
@@ -1626,6 +1626,7 @@ function pace.FillEditorSettings(pnl)
1626
1627
local bulkbinder = vgui.Create("DBinder", LeftPanel)
1628
function bulkbinder:OnChange( num )
1629
+ if num == 0 then GetConVar("pac_bulk_select_key"):SetString("") return end
1630
GetConVar("pac_bulk_select_key"):SetString(input.GetKeyName( num ))
1631
end
1632
bulkbinder:SetX(210)
0 commit comments