Skip to content

Commit 97b1ff1

Browse files
committed
Fix LiteBag
1 parent 18a11d0 commit 97b1ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipes/addons/litebag.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (not IsAddOnLoaded("LiteBag")) then return end
55
local function update(button)
66
local slot = button:GetID()
77
local bag = button:GetParent():GetID()
8-
local slotFrame = button:GetName()
8+
local slotFrame = _G[button:GetName()]
99
SyLevel:CallFilters("litebag", slotFrame, _E and bag, slot)
1010
end
1111

0 commit comments

Comments
 (0)