mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-07 08:58:20 +01:00
Remove debug print
This commit is contained in:
parent
270a466a81
commit
0ff9e3e435
@ -572,7 +572,6 @@ public class InventoryClickProcessor {
|
||||
@NotNull ClickType clickType, @NotNull ItemStack clicked, @NotNull ItemStack cursor) {
|
||||
InventoryClickEvent inventoryClickEvent = new InventoryClickEvent(inventory, player, slot, clickType, clicked, cursor);
|
||||
player.callEvent(InventoryClickEvent.class, inventoryClickEvent);
|
||||
System.out.println("click");
|
||||
}
|
||||
|
||||
public void clearCache(@NotNull Player player) {
|
||||
|
Loading…
Reference in New Issue
Block a user