Skip to content

Commit

Permalink
quick fix for wrong previous button slot
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
kiranhart committed Dec 14, 2023
1 parent 605eac3 commit 5c569ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -62,7 +62,7 @@ protected ItemStack getNextButton() {

@Override
protected int getPreviousButtonSlot() {
return 49;
return 48;
}

@Override
Expand Down
Expand Up @@ -61,7 +61,7 @@ protected ItemStack getNextButton() {

@Override
protected int getPreviousButtonSlot() {
return 49;
return 48;
}

@Override
Expand Down

0 comments on commit 5c569ad

Please sign in to comment.