GH-2134 fix model selection when uploading a skin

This commit is contained in:
Petr Mrázek 2018-02-10 11:54:59 +01:00
parent b3fb437f8e
commit 2dac9d02d8

View File

@ -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 "";