diff --git a/neodj.lua b/neodj.lua index d0a05d0..7712159 100644 --- a/neodj.lua +++ b/neodj.lua @@ -2,7 +2,7 @@ accentColor = colors.gray buttonColor = colors.lightGray backgroundColor = colors.black drive = peripheral.getType("disk_drive") -if drive = 0 then +if drive == 0 then print "No drive" end