Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-07 03:50:06 +01:00
Fixed DocumentationPrinter not print "/" for the wiki table.
Dieser Commit ist enthalten in:
Ursprung
6434c04ce4
Commit
b0069f2548
@ -92,7 +92,7 @@ public class DocumentationPrinter {
|
||||
Command cmd = method.getAnnotation(Command.class);
|
||||
|
||||
stream.println("|-");
|
||||
stream.print("| " + cmd.aliases()[0]);
|
||||
stream.print("| /" + cmd.aliases()[0]);
|
||||
stream.print(" || ");
|
||||
|
||||
if (method.isAnnotationPresent(CommandPermissions.class)) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren