mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Add clearqueue code adjustment that should have been in previous commit faaf47a
This commit is contained in:
@@ -1440,10 +1440,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
m_Scripts.Remove(itemID);
|
||||
}
|
||||
|
||||
|
||||
instance.ClearQueue();
|
||||
|
||||
instance.Stop(m_WaitForEventCompletionOnScriptStop);
|
||||
instance.Stop(m_WaitForEventCompletionOnScriptStop, true);
|
||||
|
||||
// bool objectRemoved = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user