Skip to content

Commit

Permalink
fix bulk select binder clear
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu7867 committed Feb 6, 2025
1 parent 32bb43a commit ec58bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/pac3/editor/client/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,7 @@ function pace.FillEditorSettings(pnl)

local bulkbinder = vgui.Create("DBinder", LeftPanel)
function bulkbinder:OnChange( num )
if num == 0 then GetConVar("pac_bulk_select_key"):SetString("") return end
GetConVar("pac_bulk_select_key"):SetString(input.GetKeyName( num ))
end
bulkbinder:SetX(210)
Expand Down

0 comments on commit ec58bf3

Please sign in to comment.