Add clearqueue code adjustment that should have been in previous commit faaf47a
parent
faaf47a86f
commit
58f7efc41a
|
@ -1440,10 +1440,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||||
m_Scripts.Remove(itemID);
|
m_Scripts.Remove(itemID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
instance.Stop(m_WaitForEventCompletionOnScriptStop, true);
|
||||||
instance.ClearQueue();
|
|
||||||
|
|
||||||
instance.Stop(m_WaitForEventCompletionOnScriptStop);
|
|
||||||
|
|
||||||
// bool objectRemoved = false;
|
// bool objectRemoved = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue