mantis 8665: avoid crash at shutdown, that line should not be needed

This commit is contained in:
UbitUmarov
2020-02-26 05:09:04 +00:00
parent 771381558e
commit 20d77d3905

View File

@@ -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;
}