This commit is contained in:
Julian Brammer 2024-06-17 03:03:41 +02:00
parent 371aecf5b2
commit 33c17d25e7

View File

@ -18,7 +18,7 @@ function selectSeed()
end end
end end
currentSeed = currentSeed + 1 currentSeed = currentSeed + 1
if currentSeed >= 4 then if currentSeed > 4 then
currentSeed = 1 currentSeed = 1
end end
end end