Skip to content

Commit

Permalink
he who borps the loudest dorps the farthest
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent 16232b4 commit 19bbc4b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ local t =
MESSAGEMAN:Broadcast("ChartPreviewOn")
if boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone then
song:Borp()
boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone = false
end
heyiwasusingthat = false
end
Expand Down Expand Up @@ -140,7 +141,10 @@ local function toggleNoteField()
else
mcbootlarder:visible(true)
mcbootlarder:GetChild("NoteField"):visible(true)
song:Borp()
if boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone then
song:Borp()
boolthatgetssettotrueonsongchangebutonlyifonatabthatisntthisone = false
end
MESSAGEMAN:Broadcast("ChartPreviewOn")
end
end
Expand Down

0 comments on commit 19bbc4b

Please sign in to comment.