mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +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();
|
contents.newLine();
|
||||||
|
|
||||||
if (description.getHelp() != null) {
|
if (description.getHelp() != null) {
|
||||||
contents.createFragment(Style.YELLOW_DARK).append(description.getHelp());
|
contents.append(description.getHelp());
|
||||||
} else if (description.getShortDescription() != null) {
|
} else if (description.getShortDescription() != null) {
|
||||||
contents.append(description.getShortDescription());
|
contents.append(description.getShortDescription());
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user