mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 20:24:04 +00:00
refactor: Update upstream
0ad3ab1 Remove extra label from bukkit command usage string.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user