mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
refactor: Update upstream
0ad3ab1 Remove extra label from bukkit command usage string.
This commit is contained in:
parent
96805b85b5
commit
4d2a34fd21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user