fixes #263 - it couldn't get the values of deserialization

This commit is contained in:
Negue 2015-12-21 18:24:55 +01:00
parent 19a136e8e2
commit 5b854e8f5c

View file

@ -27,7 +27,6 @@ public class Outfit extends BaseModel {
String eyeWear;
@Column
@SerializedName("headaccessory")
String headAccessory;
public String getArmor() {return armor;}