Merge pull request #11621 from deReeperJosh/skylandersfilefix

Skylander Portal: Clearing and Reloading fix
This commit is contained in:
Mai
2023-03-07 15:24:46 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@ -332,7 +332,6 @@ void SkylanderPortalWindow::ClearSkylander(u8 slot)
QMessageBox::Ok);
return;
}
system.GetSkylanderPortal().RemoveSkylander(slot_infos->portal_slot);
m_sky_slots[slot].reset();
UpdateEdits();
}