Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
refactor: Update upstream
0ad3ab1 Remove extra label from bukkit command usage string.
Dieser Commit ist enthalten in:
Ursprung
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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren