fix: Enable unstable api help for UsageCommand

This commit is contained in:
Ben Woo 2023-03-30 23:51:00 +08:00
parent 14472f5740
commit ffb238bf24
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -48,6 +48,7 @@ public class MVCommandManager extends PaperCommandManager {
this.commandCompletionsProvider = commandCompletionsProvider;
MVCommandConditions.load(this, worldManager);
this.enableUnstableAPI("help");
}
void loadLanguages(PluginLocales locales) {