diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 63719ac..f99df29 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -803,6 +803,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
803 | agentCircuit.InventoryFolder = UUID.Zero; | 803 | agentCircuit.InventoryFolder = UUID.Zero; |
804 | agentCircuit.startpos = position; | 804 | agentCircuit.startpos = position; |
805 | agentCircuit.child = true; | 805 | agentCircuit.child = true; |
806 | agentCircuit.Appearance = avatar.Appearance; | ||
806 | 807 | ||
807 | if (Util.IsOutsideView(oldRegionX, newRegionX, oldRegionY, newRegionY)) | 808 | if (Util.IsOutsideView(oldRegionX, newRegionX, oldRegionY, newRegionY)) |
808 | { | 809 | { |