From f173c50cb2a3df4c0f8674a46a0023f8f65b490f Mon Sep 17 00:00:00 2001 From: filoghost Date: Mon, 13 Apr 2020 16:25:15 +0200 Subject: [PATCH] Remove unused import --- .../holographicdisplays/commands/main/subs/DebugCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugin/src/main/java/com/gmail/filoghost/holographicdisplays/commands/main/subs/DebugCommand.java b/Plugin/src/main/java/com/gmail/filoghost/holographicdisplays/commands/main/subs/DebugCommand.java index 0e832691..ea9c581a 100644 --- a/Plugin/src/main/java/com/gmail/filoghost/holographicdisplays/commands/main/subs/DebugCommand.java +++ b/Plugin/src/main/java/com/gmail/filoghost/holographicdisplays/commands/main/subs/DebugCommand.java @@ -25,7 +25,6 @@ import org.bukkit.Chunk; import org.bukkit.World; import org.bukkit.command.CommandSender; import org.bukkit.entity.Entity; -import org.bukkit.entity.EntityType; import com.gmail.filoghost.holographicdisplays.HolographicDisplays; import com.gmail.filoghost.holographicdisplays.api.Hologram;