1
0
Fork 0
This commit is contained in:
Casey 2023-10-18 03:54:20 +03:00
parent c713e0118d
commit db48802e8c
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -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]))