From e467a679a1aecb7f57a793a6cd62087b23f3d393 Mon Sep 17 00:00:00 2001 From: mint Date: Thu, 6 May 2021 00:27:14 -0400 Subject: [PATCH] whoops forgot that equals sign --- neodj.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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