diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCommand.java index d45e24cc..b25f2413 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCommand.java @@ -24,15 +24,12 @@ import de.steamwar.bausystem.BauSystem; import de.steamwar.bausystem.Permission; import de.steamwar.bausystem.SWUtils; import de.steamwar.command.SWCommand; -import de.steamwar.core.Core; import org.bukkit.entity.Player; public class SimulatorCommand extends SWCommand { public SimulatorCommand() { super("simulator", "sim"); - if(Core.getVersion() < 15) - unregister(); } @Register(help = true)