Skip to content

Commit

Permalink
fix unlockall
Browse files Browse the repository at this point in the history
  • Loading branch information
cadin committed Jan 1, 2025
1 parent d454b85 commit c03ff16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Panels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,7 @@ end
-- DEBUG

local function unlockAll()
Panels.unlockedSequences = {}
for i = 1, #sequences, 1 do
table.insert(Panels.unlockedSequences, true)
end
Expand Down

0 comments on commit c03ff16

Please sign in to comment.