mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00: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