mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
Removed gold color from CommandUsageBox for command help.
This commit is contained in:
parent
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user