mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-13 06:05:46 +01:00
parent
67971e44e8
commit
ce6aa4ef55
@ -1531,7 +1531,7 @@ public class ChallengesManager
|
||||
lastStatus = statusIterator.next();
|
||||
}
|
||||
|
||||
return lastStatus != null ? lastStatus.getLevel() : null;
|
||||
return lastStatus != null ? lastStatus.getPreviousLevel() : null;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user