* Changed some names

This commit is contained in:
lbsa71
2007-08-03 18:45:42 +00:00
parent c1e88d0b8c
commit e4196ee6b8
2 changed files with 42 additions and 42 deletions

View File

@@ -166,7 +166,7 @@ namespace OpenSim.Region.Environment.Scenes
{
foreach (AllNewSceneObjectPart2 part in this.m_parts.Values)
{
part.SendTerseUpdateToALLClients();
part.SendTerseUpdateToAllClients();
}
}
@@ -266,7 +266,7 @@ namespace OpenSim.Region.Environment.Scenes
public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient)
{
this.Pos = pos;
this.m_rootPart.SendTerseUpdateToALLClients();
this.m_rootPart.SendTerseUpdateToAllClients();
}
/// <summary>