Fix broken size config

This commit is contained in:
Matthew Messinger 2015-12-15 00:57:51 -05:00
parent f8cc7d3268
commit 5a2c7cce85

View file

@ -61,7 +61,7 @@ public class PonyData {
} }
public PonySize getSize() { public PonySize getSize() {
return size; return MineLittlePony.getConfig().getSizes().get() ? size : PonySize.NORMAL;
} }
public void setSize(PonySize size) { public void setSize(PonySize size) {