mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
whoops forgot that equals sign
This commit is contained in:
parent
4cbda79b15
commit
e467a679a1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ accentColor = colors.gray
|
||||||
buttonColor = colors.lightGray
|
buttonColor = colors.lightGray
|
||||||
backgroundColor = colors.black
|
backgroundColor = colors.black
|
||||||
drive = peripheral.getType("disk_drive")
|
drive = peripheral.getType("disk_drive")
|
||||||
if drive = 0 then
|
if drive == 0 then
|
||||||
print "No drive"
|
print "No drive"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue