mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
whoops the command said rhythmbox which is totally not the inspiration for the name of this project
This commit is contained in:
parent
908f4fa658
commit
7e30ded787
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if arg[1] == nil then
|
||||||
end
|
end
|
||||||
if driveCount > 1 then
|
if driveCount > 1 then
|
||||||
term.setTextColor(colors.red)
|
term.setTextColor(colors.red)
|
||||||
print("Too many disk drives. Specify where the desired disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons
|
print("Too many disk drives. Specify where the desired disk drive is by running 'rhythmblock [drive position]'") -- For safety reasons
|
||||||
return false
|
return false
|
||||||
elseif driveCount == 0 then
|
elseif driveCount == 0 then
|
||||||
term.setTextColor(colors.red)
|
term.setTextColor(colors.red)
|
||||||
|
|
Loading…
Reference in a new issue