mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
fix some issue on parcels loading and make parcels dwell show something. Resolution is 2.5min aprox.
This commit is contained in:
@@ -3114,7 +3114,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
float dwell = 0.0f;
|
||||
IDwellModule dwellModule = m_scene.RequestModuleInterface<IDwellModule>();
|
||||
if (dwellModule != null)
|
||||
dwell = dwellModule.GetDwell(land.GlobalID);
|
||||
dwell = dwellModule.GetDwell(land);
|
||||
ParcelInfoReplyPacket reply = (ParcelInfoReplyPacket)PacketPool.Instance.GetPacket(PacketType.ParcelInfoReply);
|
||||
reply.AgentData.AgentID = m_agentId;
|
||||
reply.Data.ParcelID = parcelID;
|
||||
|
||||
Reference in New Issue
Block a user