Minor Change

Removed a debug message from the Rift Remover.
This commit is contained in:
SenseiKiwi 2013-09-05 11:04:48 -04:00
parent b4cb8f8610
commit 6a816bbca7

View file

@ -106,7 +106,6 @@ public class itemRiftRemover extends Item
{ {
stack.damageItem(1, player); stack.damageItem(1, player);
} }
player.sendChatToPlayer("Clink! Damaged!");
player.worldObj.playSoundAtEntity(player, "mods.DimDoors.sfx.riftClose", 0.8f, 1); player.worldObj.playSoundAtEntity(player, "mods.DimDoors.sfx.riftClose", 0.8f, 1);
} }
} }