Skip to content

Commit

Permalink
Avoid clearing advancement data
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Aug 22, 2017
1 parent 46079e7 commit d67324c
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -120,9 +120,6 @@ public void B_() {
super.B_();
if (npc == null)
return;
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 d67324c

Please sign in to comment.