GH-2134 fix model selection when uploading a skin
This commit is contained in:
parent
b3fb437f8e
commit
2dac9d02d8
@ -6,9 +6,9 @@
|
|||||||
QByteArray getModelString(SkinUpload::Model model) {
|
QByteArray getModelString(SkinUpload::Model model) {
|
||||||
switch (model) {
|
switch (model) {
|
||||||
case SkinUpload::STEVE:
|
case SkinUpload::STEVE:
|
||||||
return "steve";
|
return "";
|
||||||
case SkinUpload::ALEX:
|
case SkinUpload::ALEX:
|
||||||
return "alex";
|
return "slim";
|
||||||
default:
|
default:
|
||||||
qDebug() << "Unknown skin type!";
|
qDebug() << "Unknown skin type!";
|
||||||
return "";
|
return "";
|
||||||
|
Loading…
Reference in New Issue
Block a user