mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Oops
This commit is contained in:
parent
2c36c99bba
commit
e57ae69b44
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public enum PlayerModels {
|
|||
|
||||
PlayerModels(String normalKey, String slimKey, ModelResolver normal, ModelResolver slim) {
|
||||
this.normalKey = normalKey;
|
||||
this.slimKey = normalKey;
|
||||
this.slimKey = slimKey;
|
||||
|
||||
this.normal = normal;
|
||||
this.slim = slim;
|
||||
|
|
Loading…
Reference in a new issue