fixed stuff

This commit is contained in:
Lux Aliaga 2021-05-06 00:50:35 -04:00
parent e745f00764
commit 218eece1df
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ else
driveCount = driveCount + 1
end
end
if driveCount => 1 then
if driveCount > 1 then
print("Too many disk drives. Please remove some and try again")
exit()
end