Change the method to accept a string and feed it a string instead

This commit is contained in:
Andrew
2013-07-13 08:19:24 +12:00
parent fd6de1c47c
commit dcc3fcea50
2 changed files with 4 additions and 5 deletions

View File

@@ -267,7 +267,7 @@ public class LibsDisguises extends JavaPlugin implements Listener {
value.setMetaValue(watch.a(), watch.b());
if (entity instanceof EntityLiving) {
EntityLiving livingEntity = (EntityLiving) entity;
value.setAttributesValue(GenericAttributes.d, livingEntity.getAttributeInstance(GenericAttributes.d)
value.setAttributesValue(GenericAttributes.d.a(), livingEntity.getAttributeInstance(GenericAttributes.d)
.getValue());
}
} catch (Exception e1) {