From f554f595f8b4c1bf35906eb7d452c1b892078c5c Mon Sep 17 00:00:00 2001 From: jojo Date: Fri, 25 Dec 2020 13:25:43 +0100 Subject: [PATCH] Optimize Imports --- .../steamwar/bausystem/commands/CommandTraceTabCompleter.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTraceTabCompleter.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTraceTabCompleter.java index 3b362a9..486a08d 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTraceTabCompleter.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTraceTabCompleter.java @@ -21,8 +21,6 @@ package de.steamwar.bausystem.commands; import de.steamwar.bausystem.tracer.record.RecordStateMachine; import de.steamwar.bausystem.tracer.record.RecordStatus; -import de.steamwar.bausystem.tracer.show.mode.Basic; -import de.steamwar.bausystem.tracer.show.mode.BasicNoWater; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.command.TabCompleter;