mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 17:27:38 +00:00
Better spacing for section headers.
This commit is contained in:
parent
34020f7bd2
commit
b7e329bc1b
@ -350,7 +350,7 @@ public final class DocumentationPrinter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void dumpSection(String title, CommandManager manager) {
|
private void dumpSection(String title, CommandManager manager) {
|
||||||
cmdOutput.append(title).append("\n").append(Strings.repeat("~", title.length())).append("\n\n");
|
cmdOutput.append("\n").append(title).append("\n").append(Strings.repeat("~", title.length())).append("\n");
|
||||||
|
|
||||||
String prefix = TextConfig.getCommandPrefix();
|
String prefix = TextConfig.getCommandPrefix();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user