1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
This commit is contained in:
TheBusyBiscuit 2019-10-19 15:14:05 +02:00
parent c5341a6b02
commit 70cc1d04f4

View File

@ -830,7 +830,7 @@ public final class SlimefunGuide {
}
else {
menu.addItem(slot, new CustomItem(new ItemStack(Material.ENCHANTED_BOOK), "&7\u21E6 Back", "", "&rLeft Click: &7Go back to Main Menu"));
menu.addMenuClickHandler(0, (pl, s, is, action) -> {
menu.addMenuClickHandler(slot, (pl, s, is, action) -> {
openMainMenu(profile, !cheat, false, 0);
return false;
});