Fix typo in cloud-cloudburst
This commit is contained in:
parent
e277237db3
commit
7b19e7e8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class CloudburstPluginRegistrationHandler<C> implements CommandRegistrationHandl
|
||||||
|
|
||||||
private final Map<CommandArgument<?, ?>, org.cloudburstmc.server.command.Command> registeredCommands = new HashMap<>();
|
private final Map<CommandArgument<?, ?>, org.cloudburstmc.server.command.Command> registeredCommands = new HashMap<>();
|
||||||
|
|
||||||
private CloudburstCommandManager<C> cloudburstCommandManager;;
|
private CloudburstCommandManager<C> cloudburstCommandManager;
|
||||||
|
|
||||||
CloudburstPluginRegistrationHandler() {
|
CloudburstPluginRegistrationHandler() {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue