My bad, wrong peripheral

This commit is contained in:
Casey 2023-10-20 02:35:02 +03:00
parent d84782802f
commit d657c1852d
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ settings.define("mplayer.colors.status", {
default = 0x80EF80, -- #80EF80
type = number
})
local drive = peripheral.find("disk_drive")
local drive = peripheral.find("tape_drive")
if not drive then
printError("No drive found, starting in dummy mode")
local fp = io.open("noita.dfpwm", "rb")