mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
Plumb in dwell in a couple of places
This commit is contained in:
@@ -7736,7 +7736,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
reply.Data.GlobalZ = pos.Z;
|
||||
reply.Data.SimName = Utils.StringToBytes(info.RegionName);
|
||||
reply.Data.SnapshotID = land.SnapshotID;
|
||||
reply.Data.Dwell = 0; // TODO: not implemented yet
|
||||
reply.Data.Dwell = land.Dwell;
|
||||
reply.Data.SalePrice = land.SalePrice;
|
||||
reply.Data.AuctionID = (int)land.AuctionID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user