diff options
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index d2824bd..ddc963a 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4314,8 +4314,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4314 | 4314 | ||
4315 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) | 4315 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
4316 | { | 4316 | { |
4317 | |||
4318 | |||
4319 | int notifyCount = ownersAndCount.Count; | 4317 | int notifyCount = ownersAndCount.Count; |
4320 | ParcelObjectOwnersReplyPacket pack = (ParcelObjectOwnersReplyPacket)PacketPool.Instance.GetPacket(PacketType.ParcelObjectOwnersReply); | 4318 | ParcelObjectOwnersReplyPacket pack = (ParcelObjectOwnersReplyPacket)PacketPool.Instance.GetPacket(PacketType.ParcelObjectOwnersReply); |
4321 | 4319 | ||
@@ -4587,6 +4585,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4587 | update.TextureEntry = data.Shape.TextureEntry ?? Utils.EmptyBytes; | 4585 | update.TextureEntry = data.Shape.TextureEntry ?? Utils.EmptyBytes; |
4588 | update.Scale = data.Shape.Scale; | 4586 | update.Scale = data.Shape.Scale; |
4589 | update.Text = Util.StringToBytes256(data.Text); | 4587 | update.Text = Util.StringToBytes256(data.Text); |
4588 | update.MediaURL = Util.StringToBytes256(data.MediaUrl); | ||
4590 | 4589 | ||
4591 | #region PrimFlags | 4590 | #region PrimFlags |
4592 | 4591 | ||