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