missing currentParcelUUID update
parent
bad01fbb41
commit
14250c776a
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue