Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAHuman-xD authored Apr 9, 2024
1 parent c9ebf8b commit 1776fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static Collection<SubCommand> getAllCommands(@Nonnull SlimefunCommand cmd
commands.add(new BackpackCommand(plugin, cmd));
commands.add(new ChargeCommand(plugin, cmd));
commands.add(new DebugCommand(plugin, cmd));
commands.add(new SaveCommand(plugin, cmd))
commands.add(new SaveCommand(plugin, cmd));

return commands;
}
Expand Down

0 comments on commit 1776fcb

Please sign in to comment.