Skip to content

Commit

Permalink
Removed debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Jan 6, 2018
1 parent f41a856 commit 76b6afa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public void addInformation(ItemStack stack, EntityPlayer player, List<String> to
Block block = Block.getBlockFromName(id);
int meta = compound.getInteger("meta");
tooltip.add(StringHelper.localize("tooltip.selected_block") + " " + getBlockName(block, meta));
/* DEBUG */ tooltip.add("Metadata: " + meta);
tooltip.add(StringHelper.localize("tooltip.current_range") + " " + modeSwitchList[compound.getInteger("mode")]);
tooltip.add(StringHelper.localize("tooltip.max_range") + " " + modeSwitchList[getMaxRange()]);
}
Expand Down

0 comments on commit 76b6afa

Please sign in to comment.