* various minuscule code convention conformance fixes
parent
e5ede36f0c
commit
d79633b7c7
|
@ -1709,8 +1709,9 @@ namespace OpenSim.Region.ClientStack
|
||||||
Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length);
|
Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length);
|
||||||
|
|
||||||
if (textureanim.Length > 0)
|
if (textureanim.Length > 0)
|
||||||
|
{
|
||||||
outPacket.ObjectData[0].TextureAnim = textureanim;
|
outPacket.ObjectData[0].TextureAnim = textureanim;
|
||||||
|
}
|
||||||
|
|
||||||
OutPacket(outPacket, ThrottleOutPacketType.Task);
|
OutPacket(outPacket, ThrottleOutPacketType.Task);
|
||||||
}
|
}
|
||||||
|
|
|
@ -782,7 +782,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
{
|
{
|
||||||
SceneObjectGroup group = GetGroupByPrim(ObjectID);
|
SceneObjectGroup group = GetGroupByPrim(ObjectID);
|
||||||
if (group != null)
|
if (group != null)
|
||||||
|
{
|
||||||
group.ServiceObjectPropertiesFamilyRequest(remoteClient, AgentID, RequestFlags);
|
group.ServiceObjectPropertiesFamilyRequest(remoteClient, AgentID, RequestFlags);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1611,7 +1611,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
ScheduleFullUpdate();
|
// ScheduleFullUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue