diff options
author | UbitUmarov | 2014-08-03 23:44:51 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-03 23:44:51 +0100 |
commit | 14250c776adb62ced75b18fefa9e43bca3f045bb (patch) | |
tree | 52da5433bf3f166e1498681b220f4be5e56d681b /OpenSim | |
parent | some mess cleanup (diff) | |
download | opensim-SC-14250c776adb62ced75b18fefa9e43bca3f045bb.zip opensim-SC-14250c776adb62ced75b18fefa9e43bca3f045bb.tar.gz opensim-SC-14250c776adb62ced75b18fefa9e43bca3f045bb.tar.bz2 opensim-SC-14250c776adb62ced75b18fefa9e43bca3f045bb.tar.xz |
missing currentParcelUUID update
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandObject.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
617 | avatar.Invulnerable = true; | 617 | avatar.Invulnerable = true; |
618 | 618 | ||
619 | SendLandUpdateToClient(snap_selection, avatar.ControllingClient); | 619 | SendLandUpdateToClient(snap_selection, avatar.ControllingClient); |
620 | avatar.currentParcelUUID = LandData.GlobalID; | ||
620 | } | 621 | } |
621 | } | 622 | } |
622 | }); | 623 | }); |