mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-20 10:47:39 +00:00
GH-93 add an option to not copy saves on instance copy
This commit is contained in:
@@ -278,7 +278,7 @@ bool Mod::replace(Mod &with)
|
||||
}
|
||||
if (t == MOD_FOLDER)
|
||||
{
|
||||
success = FS::copyPath(with.m_file.filePath(), m_file.path());
|
||||
success = FS::copy(with.m_file.filePath(), m_file.path())();
|
||||
}
|
||||
if (success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user