geforkt von Mirrors/FastAsyncWorldEdit
Better spacing for section headers.
Dieser Commit ist enthalten in:
Ursprung
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();
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren