aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs
diff options
context:
space:
mode:
authorUbitUmarov2014-08-03 23:44:51 +0100
committerUbitUmarov2014-08-03 23:44:51 +0100
commit14250c776adb62ced75b18fefa9e43bca3f045bb (patch)
tree52da5433bf3f166e1498681b220f4be5e56d681b /OpenSim/Region/CoreModules/World/Land/LandObject.cs
parentsome mess cleanup (diff)
downloadopensim-SC_OLD-14250c776adb62ced75b18fefa9e43bca3f045bb.zip
opensim-SC_OLD-14250c776adb62ced75b18fefa9e43bca3f045bb.tar.gz
opensim-SC_OLD-14250c776adb62ced75b18fefa9e43bca3f045bb.tar.bz2
opensim-SC_OLD-14250c776adb62ced75b18fefa9e43bca3f045bb.tar.xz
missing currentParcelUUID update
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandObject.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandObject.cs1
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 });