Remove debug print

This commit is contained in:
TheMode 2021-04-12 04:05:18 +02:00
parent 270a466a81
commit 0ff9e3e435

View File

@ -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) {