We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a11d0 commit 97b1ff1Copy full SHA for 97b1ff1
pipes/addons/litebag.lua
@@ -5,7 +5,7 @@ if (not IsAddOnLoaded("LiteBag")) then return end
5
local function update(button)
6
local slot = button:GetID()
7
local bag = button:GetParent():GetID()
8
- local slotFrame = button:GetName()
+ local slotFrame = _G[button:GetName()]
9
SyLevel:CallFilters("litebag", slotFrame, _E and bag, slot)
10
end
11
0 commit comments