diff options
author | Melanie Thielker | 2009-01-03 00:03:41 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-01-03 00:03:41 +0000 |
commit | a7708413ee10afd3e3f02ffdac034b8151315df2 (patch) | |
tree | 6df32fe49c41f3eb5058081e3734a6ea2ce43973 /OpenSim/Region/ClientStack/LindenUDP | |
parent | Some plumbing for additional agent update messages. Not used yet. Removed the... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | ||