From 14250c776adb62ced75b18fefa9e43bca3f045bb Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 3 Aug 2014 23:44:51 +0100 Subject: missing currentParcelUUID update --- OpenSim/Region/CoreModules/World/Land/LandObject.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs index 29c2234..e002feb 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs @@ -617,6 +617,7 @@ namespace OpenSim.Region.CoreModules.World.Land avatar.Invulnerable = true; SendLandUpdateToClient(snap_selection, avatar.ControllingClient); + avatar.currentParcelUUID = LandData.GlobalID; } } }); -- cgit v1.1