Revert "Corrected format"

This reverts commit 60319ee9eb.
This commit is contained in:
BaiSugar
2022-04-24 22:42:44 +08:00
parent 60319ee9eb
commit f3d561cd06
3 changed files with 17 additions and 10 deletions

View File

@@ -15,5 +15,5 @@ public @interface Command {
String permission() default "";
boolean threading() default false;
boolean threading() default false;
}