mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
Fix includes hitting max retries locking the script up
This commit is contained in:
parent
d108d2fa70
commit
5287ec1eee
1 changed files with 3 additions and 0 deletions
|
@ -222,6 +222,9 @@ void ScriptCache::scriptContentAvailable() {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// Dubious, but retained here because it matches the behavior before fixing the threading
|
// Dubious, but retained here because it matches the behavior before fixing the threading
|
||||||
|
|
||||||
|
allCallbacks = scriptRequest.scriptUsers;
|
||||||
|
|
||||||
scriptContent = _scriptCache[url];
|
scriptContent = _scriptCache[url];
|
||||||
finished = true;
|
finished = true;
|
||||||
qCWarning(scriptengine) << "Error loading script from URL " << url;
|
qCWarning(scriptengine) << "Error loading script from URL " << url;
|
||||||
|
|
Loading…
Reference in a new issue