mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Fix broken size config
This commit is contained in:
parent
f8cc7d3268
commit
5a2c7cce85
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue