Minor Change
Removed a debug message from the Rift Remover.
This commit is contained in:
parent
b4cb8f8610
commit
6a816bbca7
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ public class itemRiftRemover extends Item
|
|||
{
|
||||
stack.damageItem(1, player);
|
||||
}
|
||||
player.sendChatToPlayer("Clink! Damaged!");
|
||||
player.worldObj.playSoundAtEntity(player, "mods.DimDoors.sfx.riftClose", 0.8f, 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue