diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-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 cd7c11b..d2d1e8f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4328,8 +4328,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4328 | 4328 | ||
4329 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) | 4329 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
4330 | { | 4330 | { |
4331 | |||
4332 | |||
4333 | int notifyCount = ownersAndCount.Count; | 4331 | int notifyCount = ownersAndCount.Count; |
4334 | ParcelObjectOwnersReplyPacket pack = (ParcelObjectOwnersReplyPacket)PacketPool.Instance.GetPacket(PacketType.ParcelObjectOwnersReply); | 4332 | ParcelObjectOwnersReplyPacket pack = (ParcelObjectOwnersReplyPacket)PacketPool.Instance.GetPacket(PacketType.ParcelObjectOwnersReply); |
4335 | 4333 | ||
@@ -4601,6 +4599,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4601 | update.TextureEntry = data.Shape.TextureEntry ?? Utils.EmptyBytes; | 4599 | update.TextureEntry = data.Shape.TextureEntry ?? Utils.EmptyBytes; |
4602 | update.Scale = data.Shape.Scale; | 4600 | update.Scale = data.Shape.Scale; |
4603 | update.Text = Util.StringToBytes256(data.Text); | 4601 | update.Text = Util.StringToBytes256(data.Text); |
4602 | update.MediaURL = Util.StringToBytes256(data.MediaUrl); | ||
4604 | 4603 | ||
4605 | #region PrimFlags | 4604 | #region PrimFlags |
4606 | 4605 | ||