Fix typo in cloud-cloudburst

This commit is contained in:
broccolai 2020-09-29 03:17:08 +00:00
parent e277237db3
commit 7b19e7e8ba
No known key found for this signature in database
GPG key ID: EA89E8B9A0748359

View file

@ -38,7 +38,7 @@ class CloudburstPluginRegistrationHandler<C> implements CommandRegistrationHandl
private final Map<CommandArgument<?, ?>, org.cloudburstmc.server.command.Command> registeredCommands = new HashMap<>();
private CloudburstCommandManager<C> cloudburstCommandManager;;
private CloudburstCommandManager<C> cloudburstCommandManager;
CloudburstPluginRegistrationHandler() {
}