mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-13 11:04:00 +00:00
Fixed DocumentationPrinter not print "/" for the wiki table.
This commit is contained in:
parent
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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user