mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
mantis 8665: avoid crash at shutdown, that line should not be needed
This commit is contained in:
@@ -82,7 +82,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
{
|
||||
if(m_Part != null)
|
||||
{
|
||||
m_Part.RemoveScriptEvents(m_ItemID);
|
||||
AsyncCommandManager.RemoveScript(m_Engine, m_LocalID, m_ItemID);
|
||||
m_Part = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user