mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-13 06:05:46 +01:00
Fix issue when reset all challenges does not work.
This commit is contained in:
parent
19aab998dc
commit
e6f2b9e0b7
@ -780,7 +780,7 @@ public class ChallengesManager
|
||||
public void resetAllChallenges(User user, World world)
|
||||
{
|
||||
world = Util.getWorld(world);
|
||||
this.resetChallenge(this.getDataUniqueID(user, world), world.getName());
|
||||
this.resetAllChallenges(this.getDataUniqueID(user, world), world.getName());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user