forked from hkc/cc-stuff
My bad, wrong peripheral
This commit is contained in:
parent
d84782802f
commit
d657c1852d
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue