Improve injection

This commit is contained in:
Alexander Söderberg 2020-12-14 22:52:27 +01:00 committed by Alexander Söderberg
parent e241420ee9
commit 2f077e03f3
15 changed files with 202 additions and 33 deletions

View file

@ -546,7 +546,7 @@ public final class CloudBrigadierManager<C, S> {
commandContext = new CommandContext<>(
true,
cloudSender,
this.commandManager.getCaptionRegistry()
this.commandManager
);
}