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

master
UbitUmarov 2020-02-26 05:09:04 +00:00
parent 771381558e
commit 20d77d3905
1 changed files with 0 additions and 1 deletions

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