mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
fix remote requests for dwell, so dwell module still called
This commit is contained in:
@@ -85,6 +85,7 @@ namespace OpenSim.Server.Handlers.Land
|
||||
hash["SnapshotID"] = landData.SnapshotID.ToString();
|
||||
hash["UserLocation"] = landData.UserLocation.ToString();
|
||||
hash["RegionAccess"] = regionAccess.ToString();
|
||||
hash["Dwell"] = landData.Dwell.ToString();
|
||||
}
|
||||
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
|
||||
Reference in New Issue
Block a user