Typo count by prplz. Somehow doesn't seem to have anyone complaining about it..

This commit is contained in:
libraryaddict 2014-05-02 18:22:09 +12:00
parent ebefbfe2c7
commit 6c0a08e95c

View File

@ -274,7 +274,7 @@ public class FlagWatcher {
// Find the item to replace it with
if (getDisguise().getEntity() instanceof LivingEntity) {
EntityEquipment enquipment = ((LivingEntity) getDisguise().getEntity()).getEquipment();
if (slot == 0) {
if (slot == 4) {
itemStack = enquipment.getItemInHand();
} else {
itemStack = enquipment.getArmorContents()[slot];