whoops forgot that equals sign

This commit is contained in:
Lux Aliaga 2021-05-06 00:27:14 -04:00
parent 4cbda79b15
commit e467a679a1
1 changed files with 1 additions and 1 deletions

View File

@ -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