Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Apr 23, 2024
1 parent 79e5688 commit 71cae5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Themes/Rebirth/Scripts/10 WheelDataManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ function WHEELDATA.GetFavoritedCharts(self, song, charts)
for i,c in ipairs(charts) do
if c:IsFavorited() then
result[#result+1] = c
ms.ok(1)
end
end
return result
Expand Down

0 comments on commit 71cae5f

Please sign in to comment.