forked from hkc/cc-stuff
wrong name
This commit is contained in:
parent
e8dcb586a3
commit
c23f9ed7fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue