From c23f9ed7fb2312dcd0779851d681e434a06a7cda Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 17 Oct 2023 15:32:35 +0300 Subject: [PATCH] wrong name --- tape-playlist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tape-playlist.lua b/tape-playlist.lua index 873c694..25669bd 100644 --- a/tape-playlist.lua +++ b/tape-playlist.lua @@ -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