Skip to content

Commit

Permalink
Fix Chart Preview dying if changing difficulty after switching song
Browse files Browse the repository at this point in the history
this caused chart preview to disappear and uhhhhhhhhhhhhhhhhhhhhhhhhh
  • Loading branch information
poco0317 committed Dec 21, 2019
1 parent f9136ce commit 0d20da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ local t =
song = bong
self:queuecommand("MortyFarts")
else
if not lockbools then
if not lockbools and not songChanged2 then
onlyChangedSteps = true
end
end
Expand Down

0 comments on commit 0d20da9

Please sign in to comment.