actually fixed it this time

This commit is contained in:
Lux Aliaga 2021-05-07 03:47:27 -04:00
parent d75c3c4770
commit c9368f75ac
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ if arg[1] == nil then
if driveCount > 1 then
print("Too many disk drives. Specify where the desired disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons
return false
elseif driveCount == 0 then
print "No drive"
return false -- Exits if there's no disk drive
end
end
else