whoops, deleted an extra line

This commit is contained in:
Lux Aliaga 2021-05-07 04:05:41 -04:00
parent 9e707c8590
commit 145f629963
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ function playDisc()
playing = true
status = disk.getAudioTitle(drive)
buttonRender(true)
elseif disk.isPresent(drive) then
status = invalidFormatStatus
buttonRender(false)
else -- If none of these checks are passed then it just means there's no disc in the drive.