Removed debug stuff ;-;
This commit is contained in:
parent
31e154a980
commit
fa5fe1555c
9 changed files with 82 additions and 71 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue