aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 861b79e..a1c8b22 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -6447,6 +6447,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6447 { 6447 {
6448 ParcelBuyPassPacket ParcelBuyPass = 6448 ParcelBuyPassPacket ParcelBuyPass =
6449 (ParcelBuyPassPacket)Packet; 6449 (ParcelBuyPassPacket)Packet;
6450
6451 if(SessionId != ParcelBuyPass.AgentData.SessionID)
6452 return false;
6450 6453
6451 ParcelBuyPass ParcelBuyPassHandler = OnParcelBuyPass; 6454 ParcelBuyPass ParcelBuyPassHandler = OnParcelBuyPass;
6452 if (ParcelBuyPassHandler != null) 6455 if (ParcelBuyPassHandler != null)