mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-31 08:47:44 +02: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…
Add table
Reference in a new issue