mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE fix build on linux?
This commit is contained in:
@@ -26,7 +26,8 @@ void FtbPrivatePackManager::save() const
|
||||
}
|
||||
try
|
||||
{
|
||||
FS::write(m_filename, currentPacks.toList().join('\n').toUtf8());
|
||||
QStringList list = currentPacks.toList();
|
||||
FS::write(m_filename, list.join('\n').toUtf8());
|
||||
dirty = false;
|
||||
}
|
||||
catch(...)
|
||||
|
Reference in New Issue
Block a user