Rewrite Continued #84

Merged
SenseiKiwi merged 11 commits from rewrite into DevBranch 2013-09-06 02:57:33 +00:00
Showing only changes of commit 6a816bbca7 - Show all commits

View File

@@ -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);
}
}