aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-01-03 00:03:41 +0000
committerMelanie Thielker2009-01-03 00:03:41 +0000
commita7708413ee10afd3e3f02ffdac034b8151315df2 (patch)
tree6df32fe49c41f3eb5058081e3734a6ea2ce43973 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentSome plumbing for additional agent update messages. Not used yet. Removed the... (diff)
downloadopensim-SC_OLD-a7708413ee10afd3e3f02ffdac034b8151315df2.zip
opensim-SC_OLD-a7708413ee10afd3e3f02ffdac034b8151315df2.tar.gz
opensim-SC_OLD-a7708413ee10afd3e3f02ffdac034b8151315df2.tar.bz2
opensim-SC_OLD-a7708413ee10afd3e3f02ffdac034b8151315df2.tar.xz
Plumb in dwell in a couple of places
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