Skip to content

Commit

Permalink
Fix Un-Movable BT4 extra bars
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Sep 5, 2024
1 parent c3b3030 commit a8edd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/BarHandlers/Bartender4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ end
local function AddMovers()
local bt4ActionBars = Bartender4:GetModule('ActionBars')

for i = 1, 10 do
for _, i in ipairs(bt4ActionBars.LIST_ACTIONBARS) do
local BarName = 'BT4Bar' .. i
local bar = _G[BarName]
if bar then
Expand Down

0 comments on commit a8edd6e

Please sign in to comment.