mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-16 22:03:53 +00:00
Fixed DocumentationPrinter not print "/" for the wiki table.
This commit is contained in:
@ -92,7 +92,7 @@ public class DocumentationPrinter {
|
|||||||
Command cmd = method.getAnnotation(Command.class);
|
Command cmd = method.getAnnotation(Command.class);
|
||||||
|
|
||||||
stream.println("|-");
|
stream.println("|-");
|
||||||
stream.print("| " + cmd.aliases()[0]);
|
stream.print("| /" + cmd.aliases()[0]);
|
||||||
stream.print(" || ");
|
stream.print(" || ");
|
||||||
|
|
||||||
if (method.isAnnotationPresent(CommandPermissions.class)) {
|
if (method.isAnnotationPresent(CommandPermissions.class)) {
|
||||||
|
Reference in New Issue
Block a user