admin: Added originality

This commit is contained in:
2023-03-27 23:05:06 +11:00
parent 69adaa296a
commit e4d5e40ea9
3 changed files with 66 additions and 14 deletions

View File

@@ -136,7 +136,8 @@ public class BlueLagoon {
// If it has been used, try the next in line
if (randomIndex == 31) {
randomIndex = 0;
} else randomIndex++;
}
else randomIndex++;
}
// If it hasn't been used, add it to the new array
tempStoneCircleRandom[j] = stoneCircleRandom[randomIndex];