1
0
Fork 0
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:
mint 2021-05-06 00:50:35 -04:00
parent e745f00764
commit 218eece1df

View file

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