mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27: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() {
|
||||
return size;
|
||||
return MineLittlePony.getConfig().getSizes().get() ? size : PonySize.NORMAL;
|
||||
}
|
||||
|
||||
public void setSize(PonySize size) {
|
||||
|
|
Loading…
Reference in a new issue