forked from hkc/cc-stuff
Typo
This commit is contained in:
parent
c713e0118d
commit
db48802e8c
|
@ -50,7 +50,7 @@ else
|
|||
if #drives == 0 then
|
||||
print("Drive where")
|
||||
return
|
||||
elseif #tape ~= 1 then
|
||||
elseif #drives ~= 1 then
|
||||
print("More than one drive found:")
|
||||
for i = 1, #drives do
|
||||
print(peripheral.getName(drives[i]))
|
||||
|
|
Loading…
Reference in New Issue