mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 19:45:14 +01:00
parent
8d5514325c
commit
d11226d504
@ -1526,7 +1526,7 @@ public class ChallengesManager
|
|||||||
LevelStatus lastStatus = null;
|
LevelStatus lastStatus = null;
|
||||||
|
|
||||||
for (Iterator<LevelStatus> statusIterator = this.getAllChallengeLevelStatus(user, world).iterator();
|
for (Iterator<LevelStatus> statusIterator = this.getAllChallengeLevelStatus(user, world).iterator();
|
||||||
statusIterator.hasNext() && (lastStatus == null || !lastStatus.isUnlocked());)
|
statusIterator.hasNext() && (lastStatus == null || lastStatus.isUnlocked());)
|
||||||
{
|
{
|
||||||
lastStatus = statusIterator.next();
|
lastStatus = statusIterator.next();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user