Skip to content

Commit

Permalink
Fixed player missions not being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Feb 17, 2022
1 parent 659ec2d commit b4d6cc3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -789,6 +789,7 @@ private void loadFromCachedInfo(CachedPlayerInfo cachedPlayerInfo) {
this.borderColor = cachedPlayerInfo.borderColor;
this.userLocale = cachedPlayerInfo.userLocale;
this.worldBorderEnabled = cachedPlayerInfo.worldBorderEnabled;
this.completedMissions.putAll(cachedPlayerInfo.completedMissions);
}

}

0 comments on commit b4d6cc3

Please sign in to comment.