Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed May 16, 2024
1 parent f3f7360 commit da938b0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

public class RTPBCommand {

private static final DynamicCommandExceptionType ERROR_BIOME_INVALID = new DynamicCommandExceptionType((object) -> {
return Component.translatable("commands.locate.biome.invalid", new Object[]{object});
});
private static Map<String, Long> cooldowns = new HashMap<String, Long>();

public static void register(CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext commandBuildContext) {
Expand Down

0 comments on commit da938b0

Please sign in to comment.