Skip to content

Commit

Permalink
OOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
VideoGameSmash12 committed Jul 25, 2021
1 parent 6b51809 commit 3896df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void injectRenderHead(MatrixStack matrices, int mouseX, int mouseY, float
{
if (this.getSelectedTab() == ItemGroup.HOTBAR.getIndex())
{
prevButton.active = Util.getPage() > /*Long.MIN_VALUE*/ 0;
prevButton.active = Util.getPage() > Long.MIN_VALUE;
backupButton.active = Util.hotbarFileExists() && !Util.backupInProgress;
nextButton.active = Util.getPage() < Long.MAX_VALUE;
//
Expand Down

0 comments on commit 3896df5

Please sign in to comment.