9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

empty override

This commit is contained in:
LoJoSho
2022-12-08 16:08:30 -06:00
parent f42229108b
commit 4b6193496b

View File

@@ -52,7 +52,7 @@ public class DyeMenu {
});
gui.setPlayerInventoryAction(event -> event.setCancelled(true));
gui.setCloseGuiAction(event -> player.closeInventory());
gui.setCloseGuiAction(event -> {});
gui.open(player);
}
}