Skip to content

Commit

Permalink
Fix CommandHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
azurelmao committed Nov 6, 2022
1 parent 9197215 commit dc0b41a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
public class CommandHelper {

public static void createCommand(Command command) {
Commands.commands.add(command);
if (Commands.commands.size() > 0) Commands.commands.add(command);
}
}

0 comments on commit dc0b41a

Please sign in to comment.