made skin upload more generic
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
8c8e4329d7
commit
6ec1cf6e49
3 changed files with 10 additions and 10 deletions
|
@ -242,7 +242,7 @@ void SkinManageDialog::accept()
|
|||
return;
|
||||
}
|
||||
|
||||
skinUpload->addNetAction(SkinUpload::make(m_acct->accessToken(), skin));
|
||||
skinUpload->addNetAction(SkinUpload::make(m_acct->accessToken(), skin->getPath(), skin->getModelString()));
|
||||
|
||||
auto selectedCape = skin->getCapeId();
|
||||
if (selectedCape != m_acct->accountData()->minecraftProfile.currentCape) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue