mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47: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(
|
DynamicPluginCommand cmd = new DynamicPluginCommand(
|
||||||
command.getAliases(),
|
command.getAliases(),
|
||||||
command.getDesc(),
|
command.getDesc(),
|
||||||
"/" + command.getAliases()[0] + " " + command.getUsage(),
|
command.getUsage(),
|
||||||
executor,
|
executor,
|
||||||
command.getRegisteredWith(),
|
command.getRegisteredWith(),
|
||||||
plugin
|
plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user