From 493dcf278bbe9e98d1b16d48547fc0dea6a2c7a7 Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 15:05:13 -0400 Subject: [PATCH] fixed bug that slipped through the cracks --- rhythmblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index 3626af6..4b655ca 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -74,7 +74,7 @@ function ejectDisc() -- Ejects the disc! How cool is that? buttonRender(false) if playing then stopDisc() - disk.eject() + disk.eject(drive) elseif disk.isPresent(drive) then -- If there's a disc, it'll be ejected. disk.eject(drive) else -- If not it'll report there's no disc.