From 9a59c903fee4a185c52ed22742abb88f7845227e Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 4 Dec 2021 12:29:08 +0100 Subject: [PATCH] Yeet Lombok Signed-off-by: Chaoscaot --- .../src/de/steamwar/schematicsystem/commands/GUI.java | 1 - 1 file changed, 1 deletion(-) diff --git a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/GUI.java b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/GUI.java index a05f3bf..267fa19 100644 --- a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/GUI.java +++ b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/GUI.java @@ -22,7 +22,6 @@ package de.steamwar.schematicsystem.commands; import de.steamwar.inventory.*; import de.steamwar.schematicsystem.SchematicSystem; import de.steamwar.sql.*; -import lombok.experimental.UtilityClass; import org.bukkit.Material; import org.bukkit.entity.Player; import org.bukkit.event.inventory.ClickType;