Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
broken1arrow committed May 20, 2023
1 parent 3fda42c commit 3ad1a21
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ protected void changePage(final boolean nextPage) {

protected void updateButtons() {
this.slotIndex = this.getPageNumber() * numberOfFillitems;
System.out.println("updateButtons this.slotIndex " + this.slotIndex);
addItemsToCache(this.getPageNumber());
this.slotIndex = 0;
reddrawInventory();
Expand Down

0 comments on commit 3ad1a21

Please sign in to comment.