diff --git a/cloud-minecraft/cloud-cloudburst/src/main/java/cloud/commandframework/cloudburst/CloudburstPluginRegistrationHandler.java b/cloud-minecraft/cloud-cloudburst/src/main/java/cloud/commandframework/cloudburst/CloudburstPluginRegistrationHandler.java index 8a030fa4..dbad7406 100644 --- a/cloud-minecraft/cloud-cloudburst/src/main/java/cloud/commandframework/cloudburst/CloudburstPluginRegistrationHandler.java +++ b/cloud-minecraft/cloud-cloudburst/src/main/java/cloud/commandframework/cloudburst/CloudburstPluginRegistrationHandler.java @@ -38,7 +38,7 @@ class CloudburstPluginRegistrationHandler implements CommandRegistrationHandl private final Map, org.cloudburstmc.server.command.Command> registeredCommands = new HashMap<>(); - private CloudburstCommandManager cloudburstCommandManager;; + private CloudburstCommandManager cloudburstCommandManager; CloudburstPluginRegistrationHandler() { }