add missing invalidation of osGetLinkNumber cache

httptests
UbitUmarov 2017-04-05 19:42:55 +01:00
parent c0904a32cb
commit a41924d1f8
1 changed files with 2 additions and 0 deletions

View File

@ -638,6 +638,8 @@ namespace OpenSim.Region.Framework.Scenes
set
{
m_name = value;
if(ParentGroup != null)
ParentGroup.InvalidatePartsLinkMaps();
PhysicsActor pa = PhysActor;