Skip to content

Commit

Permalink
Clear achievement map
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jul 14, 2017
1 parent 4d67397 commit 46079e7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ public void B_() {
super.B_();
if (npc == null)
return;
this.getAdvancementData().b();
if (this.getAdvancementData().data != null) {
this.getAdvancementData().data.clear();
}
this.noclip = isSpectator();
if (updateCounter + 1 > Setting.PACKET_UPDATE_DELAY.asInt()) {
updateEffects = true;
Expand Down

0 comments on commit 46079e7

Please sign in to comment.