Fix issue when reset all challenges does not work.

This commit is contained in:
BONNe 2019-02-18 09:18:34 +02:00
parent 19aab998dc
commit e6f2b9e0b7
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}