1
0
Fork 0
mirror of https://fem.mint.lgbt/m/Rhythmblock.git synced 2024-08-14 20:27:11 +00:00

added corresponding ends to functions and ifs

This commit is contained in:
mint 2021-05-06 00:13:16 -04:00
parent bc4c7aaefe
commit 9fa8b5946d

View file

@ -4,7 +4,7 @@ local backgroundColor = colors.black
function playDisk()
disk.playAudio()
end
if disk.isPresent() and disk.hasAudio() then
playDisk()
@ -12,4 +12,5 @@ elseif disk.isPresent() then
print "Not a music disc"
else
print "No disc"
end