Prevent an overlength button label from producing a debug dump and aborting

the script.
This commit is contained in:
Melanie
2010-11-24 18:56:25 +01:00
parent a47fb93b74
commit b3a71c6df1
9 changed files with 167 additions and 188 deletions

View File

@@ -803,7 +803,7 @@ namespace OpenSim.Region.Framework.Scenes
{
Vector3 offset = (m_offsetPosition - oldpos);
av.OffsetPosition += offset;
av.SendFullUpdateToAllClients();
av.SendAvatarDataToAllAgents();
}
}
}