mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
GH-93 add an option to not copy saves on instance copy
This commit is contained in:
parent
4fbcb3efb9
commit
44db72ead5
10 changed files with 138 additions and 60 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue