Skip to content

Commit

Permalink
Add LoopCommand to command list
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderx-Gamer authored Oct 18, 2023
1 parent dd73f63 commit 1c07cd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static void init() {
add(new RotationCommand());
add(new WaypointCommand());
add(new InputCommand());
add(new LoopCommand());

COMMANDS.sort(Comparator.comparing(Command::getName));
}
Expand Down

0 comments on commit 1c07cd5

Please sign in to comment.