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