Removed debug stuff ;-;

This commit is contained in:
WayofTime 2014-12-29 06:48:01 -05:00
parent 31e154a980
commit fa5fe1555c
9 changed files with 82 additions and 71 deletions

View file

@ -143,7 +143,7 @@ public class ItemBloodLetterPack extends ItemArmor implements ArmourUpgrade, IAl
public void onArmorTick(World world, EntityPlayer player, ItemStack itemStack)
{
//This is where I need to do the updating
if(world.isRemote)
if(!world.isRemote)
{
return;
}