Removed "Treasure found!" message

Because when treasures are found in vanilla Minecraft, there isn’t a
message either
This commit is contained in:
TfT_02
2014-02-15 11:47:32 +01:00
parent 91da5c4ab1
commit faa11a87a9
22 changed files with 1 additions and 22 deletions

View File

@ -309,8 +309,6 @@ public class FishingManager extends SkillManager {
}
if (treasure != null) {
player.sendMessage(LocaleLoader.getString("Fishing.Ability.TH.ItemFound"));
ItemStack treasureDrop = treasure.getDrop().clone(); // Not cloning is bad, m'kay?
Map<Enchantment, Integer> enchants = new HashMap<Enchantment, Integer>();