mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24: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) {
|
if (upload.getImage() == null) {
|
||||||
builder.put("clear", "1");
|
builder.put("clear", "1");
|
||||||
} else {
|
} else {
|
||||||
builder.put("model", upload.getMetadata().getOrDefault("mode", "default"));
|
builder.put("model", upload.getMetadata().getOrDefault("model", "default"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return builder.build();
|
return builder.build();
|
||||||
|
|
Loading…
Reference in a new issue