missing currentParcelUUID update

avinationmerge
UbitUmarov 2014-08-03 23:44:51 +01:00
parent bad01fbb41
commit 14250c776a
1 changed files with 1 additions and 0 deletions

View File

@ -617,6 +617,7 @@ namespace OpenSim.Region.CoreModules.World.Land
avatar.Invulnerable = true; avatar.Invulnerable = true;
SendLandUpdateToClient(snap_selection, avatar.ControllingClient); SendLandUpdateToClient(snap_selection, avatar.ControllingClient);
avatar.currentParcelUUID = LandData.GlobalID;
} }
} }
}); });