mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 01:00:22 +00:00
NOISSUE force saving of any outstanding instance component state on exit
This commit is contained in:
@@ -115,6 +115,11 @@ void MinecraftInstance::init()
|
||||
{
|
||||
}
|
||||
|
||||
void MinecraftInstance::saveNow()
|
||||
{
|
||||
m_components->saveNow();
|
||||
}
|
||||
|
||||
QString MinecraftInstance::typeName() const
|
||||
{
|
||||
return "Minecraft";
|
||||
|
Reference in New Issue
Block a user