Also expose the Brigadier manager from the VelocityCommandManager

This commit is contained in:
jmp 2020-10-26 21:21:40 -07:00 committed by Alexander Söderberg
parent d484b99fc4
commit 118005978f
4 changed files with 25 additions and 1 deletions

View file

@ -323,6 +323,8 @@ public class BukkitCommandManager<C> extends CommandManager<C> implements Brigad
/**
* {@inheritDoc}
*
* @since 1.2.0
*/
@Override
public @Nullable CloudBrigadierManager<C, ?> brigadierManager() {