wrong name

This commit is contained in:
Casey 2023-10-17 15:32:35 +03:00
parent e8dcb586a3
commit c23f9ed7fb
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local drive = peripheral.find("tape_drive")
if not tape then
if not drive then
printError("no tape drive found")
printError("it's kinda required to play tapes, you know?")
return