geforkt von Mirrors/FastAsyncWorldEdit
Removed gold color from CommandUsageBox for command help.
Dieser Commit ist enthalten in:
Ursprung
88f0f1061a
Commit
f0530f9d28
@ -89,7 +89,7 @@ public class CommandUsageBox extends StyledFragment {
|
||||
contents.newLine();
|
||||
|
||||
if (description.getHelp() != null) {
|
||||
contents.createFragment(Style.YELLOW_DARK).append(description.getHelp());
|
||||
contents.append(description.getHelp());
|
||||
} else if (description.getShortDescription() != null) {
|
||||
contents.append(description.getShortDescription());
|
||||
} else {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren