Skip to content

Commit

Permalink
remove from CommandHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
Asleeepp committed Dec 3, 2024
1 parent b5525f1 commit 3c622a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/ch/njol/skript/SkriptCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public class SkriptCommand implements CommandExecutor {
).add(new CommandHelp("update", SkriptColor.DARK_CYAN)
.add("check")
.add("changes")
.add("download")
).add("info"
).add("help");

Expand Down

0 comments on commit 3c622a4

Please sign in to comment.