From 8ea7559bef26ceb06c50f9f4706175944d0240bb Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 03:09:10 -0400 Subject: [PATCH] fixed another bug --- rhythmblock.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rhythmblock.lua b/rhythmblock.lua index 0206307..f7fb93a 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -74,6 +74,7 @@ end function stopDisc() -- Stops the music playing = false status = defaultStatus + disk.stopAudio(drive) term.clear() renderPlayButton() renderEjectButton()