diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 5b3c3e6..6a3960d 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3114,7 +3114,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3114 | float dwell = 0.0f; | 3114 | float dwell = 0.0f; |
3115 | IDwellModule dwellModule = m_scene.RequestModuleInterface<IDwellModule>(); | 3115 | IDwellModule dwellModule = m_scene.RequestModuleInterface<IDwellModule>(); |
3116 | if (dwellModule != null) | 3116 | if (dwellModule != null) |
3117 | dwell = dwellModule.GetDwell(land.GlobalID); | 3117 | dwell = dwellModule.GetDwell(land); |
3118 | ParcelInfoReplyPacket reply = (ParcelInfoReplyPacket)PacketPool.Instance.GetPacket(PacketType.ParcelInfoReply); | 3118 | ParcelInfoReplyPacket reply = (ParcelInfoReplyPacket)PacketPool.Instance.GetPacket(PacketType.ParcelInfoReply); |
3119 | reply.AgentData.AgentID = m_agentId; | 3119 | reply.AgentData.AgentID = m_agentId; |
3120 | reply.Data.ParcelID = parcelID; | 3120 | reply.Data.ParcelID = parcelID; |