mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-01-03 15:08:04 +01:00
Fix issue when multiple completions were not saved correctly.
This commit is contained in:
parent
12dd740959
commit
9d7a5db290
@ -1154,7 +1154,7 @@ public class ChallengesManager
|
||||
public void setChallengeComplete(UUID userID, World world, Challenge challenge, int completionCount)
|
||||
{
|
||||
String storageID = this.getDataUniqueID(userID, Util.getWorld(world));
|
||||
this.setChallengeComplete(storageID, challenge.getUniqueId());
|
||||
this.setChallengeComplete(storageID, challenge.getUniqueId(), completionCount);
|
||||
this.addLogEntry(storageID, new LogEntry.Builder("COMPLETE").
|
||||
data("user-id", userID.toString()).
|
||||
data("challenge-id", challenge.getUniqueId()).
|
||||
|
Loading…
Reference in New Issue
Block a user