mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
When a script has been loaded, remove it's state entry, so recompiling
doesn't pick up the old state again.
This commit is contained in:
@@ -333,6 +333,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
break;
|
||||
}
|
||||
}
|
||||
m_part.ParentGroup.m_savedScriptState.Remove(oldID);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user