From d8edff8a68973f26242991183998972b7d1d748b Mon Sep 17 00:00:00 2001 From: H0Imes Date: Tue, 19 Nov 2024 16:47:26 +0100 Subject: [PATCH] Reverted commit 79b150d10467b5837c5ec419144e6686571fc10f due to an issue --- .../java/com/craftingdead/core/world/inventory/AbstractMenu.java | 1 - 1 file changed, 1 deletion(-) diff --git a/crafting-dead-core/src/main/java/com/craftingdead/core/world/inventory/AbstractMenu.java b/crafting-dead-core/src/main/java/com/craftingdead/core/world/inventory/AbstractMenu.java index aed3a2ad..591e4c22 100644 --- a/crafting-dead-core/src/main/java/com/craftingdead/core/world/inventory/AbstractMenu.java +++ b/crafting-dead-core/src/main/java/com/craftingdead/core/world/inventory/AbstractMenu.java @@ -18,7 +18,6 @@ package com.craftingdead.core.world.inventory; -import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import net.minecraft.world.entity.player.Player; import net.minecraft.world.Container;