mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
fixed stuff
This commit is contained in:
parent
e745f00764
commit
218eece1df
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ else
|
||||||
driveCount = driveCount + 1
|
driveCount = driveCount + 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if driveCount => 1 then
|
if driveCount > 1 then
|
||||||
print("Too many disk drives. Please remove some and try again")
|
print("Too many disk drives. Please remove some and try again")
|
||||||
exit()
|
exit()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue