mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fix skin uploading
This commit is contained in:
parent
283621a0f8
commit
bb469b725c
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ public class GuiSkins extends GuiScreen implements IUploadCompleteCallback, IOpe
|
|||
}
|
||||
|
||||
private Map<String, ?> getUploadData(Session session, File skinFile) {
|
||||
return getData(session, "file", skinFile);
|
||||
return getData(session, "skin", skinFile);
|
||||
}
|
||||
|
||||
private void setUploadError(String error) {
|
||||
|
|
Loading…
Reference in a new issue