mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #13376 from zfox23/MS13202_reloadScriptsCrashSave
Fix MS13202: Don't save incomplete list of scripts to Settings while reloading scripts
This commit is contained in:
commit
0936313699
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ void ScriptEngines::onScriptFinished(const QString& rawScriptURL, ScriptEnginePo
|
|||
}
|
||||
}
|
||||
|
||||
if (removed) {
|
||||
if (removed && !_isReloading) {
|
||||
// Update settings with removed script
|
||||
saveScripts();
|
||||
emit scriptCountChanged();
|
||||
|
|
Loading…
Reference in a new issue