return on next page button

This commit is contained in:
Ryder Belserion 2024-10-12 19:57:41 -04:00
parent 9b69fe1859
commit 50ddae0157
No known key found for this signature in database

View File

@ -203,6 +203,8 @@ public class AuctionsMenu extends Holder {
menu.nextPage();
GuiManager.openShop(player, HolderManager.getShopType(player), HolderManager.getShopCategory(player), menu.getPage());
return;
}
case "PreviousPage" -> {