.
This commit is contained in:
parent
371aecf5b2
commit
33c17d25e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user