Re-enabled shield hud rendering
This commit is contained in:
parent
a2063df069
commit
cc921dca0a
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ public class ChargeHud
|
|||
EntityPlayer player = mc.thePlayer;
|
||||
ItemStack armorstack = player.getItemStackFromSlot(EntityEquipmentSlot.CHEST);
|
||||
ItemStack offHandstack = player.getItemStackFromSlot(EntityEquipmentSlot.OFFHAND);
|
||||
offHandstack = null;
|
||||
ItemStack stack = mc.thePlayer.inventory.getCurrentItem();
|
||||
|
||||
int y = 5;
|
||||
|
|
Loading…
Add table
Reference in a new issue