Skip to content

Commit

Permalink
fix(inventory): invert page button position
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel committed Apr 13, 2021
1 parent e4c28d5 commit 7d2710e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ protected void configureViewer(PagedViewer viewer) {
configuration.titleInventory(category.getConfiguration().getInventoryTitle());
configuration.backInventory("market.main");

configuration.nextPageSlot(45);
configuration.previousPageSlot(53);
configuration.nextPageSlot(53);
configuration.previousPageSlot(45);
}

@Override
Expand Down

0 comments on commit 7d2710e

Please sign in to comment.