aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 36eaf95..5fda592 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -7736,7 +7736,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
7736 reply.Data.GlobalZ = pos.Z; 7736 reply.Data.GlobalZ = pos.Z;
7737 reply.Data.SimName = Utils.StringToBytes(info.RegionName); 7737 reply.Data.SimName = Utils.StringToBytes(info.RegionName);
7738 reply.Data.SnapshotID = land.SnapshotID; 7738 reply.Data.SnapshotID = land.SnapshotID;
7739 reply.Data.Dwell = 0; // TODO: not implemented yet 7739 reply.Data.Dwell = land.Dwell;
7740 reply.Data.SalePrice = land.SalePrice; 7740 reply.Data.SalePrice = land.SalePrice;
7741 reply.Data.AuctionID = (int)land.AuctionID; 7741 reply.Data.AuctionID = (int)land.AuctionID;
7742 7742