Skip to content

Commit

Permalink
Fix paper dropping from inventory on shutdown in 1.13.2
Browse files Browse the repository at this point in the history
Closes WesJD#54
  • Loading branch information
WesJD committed Dec 2, 2019
1 parent 1250483 commit 9201593
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ public void d() {
this.levelCost = 0;
}

@Override
protected void a(EntityHuman entityhuman, World world, IInventory iinventory) {}

}

}

0 comments on commit 9201593

Please sign in to comment.