mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fix typo
This commit is contained in:
parent
f7debac354
commit
940223dcf0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class BethlehemSkinServer implements SkinServer {
|
|||
if (upload.getImage() == null) {
|
||||
builder.put("clear", "1");
|
||||
} else {
|
||||
builder.put("model", upload.getMetadata().getOrDefault("mode", "default"));
|
||||
builder.put("model", upload.getMetadata().getOrDefault("model", "default"));
|
||||
}
|
||||
|
||||
return builder.build();
|
||||
|
|
Loading…
Reference in a new issue