refactor: Update upstream

0ad3ab1 Remove extra label from bukkit command usage string.
This commit is contained in:
NotMyFault 2022-01-17 13:20:16 +01:00
parent 96805b85b5
commit 4d2a34fd21
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -77,7 +77,7 @@ public class CommandRegistration {
DynamicPluginCommand cmd = new DynamicPluginCommand(
command.getAliases(),
command.getDesc(),
"/" + command.getAliases()[0] + " " + command.getUsage(),
command.getUsage(),
executor,
command.getRegisteredWith(),
plugin