Skip to content

Commit

Permalink
Comment debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Feb 7, 2024
1 parent 65c712d commit f23331d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -84,7 +84,7 @@ public void onDefaultMenu(Player player) {
player.sendMessage(Messages.feature_disabled.getString());
}

@SubCommand("debug")
/*@SubCommand("debug")
@Permission(value = "crazycrates.debug", def = PermissionDefault.TRUE)
public void debug(Player player, @Suggestion("crates") String crateName) {
Crate crate = this.crateManager.getCrateFromName(crateName);
Expand All @@ -96,7 +96,7 @@ public void debug(Player player, @Suggestion("crates") String crateName) {
}
this.crateManager.openCrate(player, crate, KeyType.free_key, player.getLocation(), false, false);
}
}*/

@SubCommand("help")
@Permission(value = "crazycrates.help", def = PermissionDefault.TRUE)
Expand Down

0 comments on commit f23331d

Please sign in to comment.