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) {
|
||||
switch (model) {
|
||||
case SkinUpload::STEVE:
|
||||
return "steve";
|
||||
return "";
|
||||
case SkinUpload::ALEX:
|
||||
return "alex";
|
||||
return "slim";
|
||||
default:
|
||||
qDebug() << "Unknown skin type!";
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user