mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
added peripheral seeking 2: electric boogaloo
This commit is contained in:
parent
0862f9589a
commit
a2eae16921
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ function playDisk()
|
|||
disk.playAudio(drive)
|
||||
end
|
||||
|
||||
if disk.isPresent() and disk.hasAudio() then
|
||||
if disk.isPresent(drive) and disk.hasAudio(drive) then
|
||||
playDisk(drive)
|
||||
elseif disk.isPresent() then
|
||||
print "Not a music disc"
|
||||
|
|
Loading…
Reference in a new issue