aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs
index e7a97f1..2821be2 100644
--- a/OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs
@@ -189,6 +189,8 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
189 agentCircuit.InventoryFolder = UUID.Zero; 189 agentCircuit.InventoryFolder = UUID.Zero;
190 agentCircuit.startpos = position; 190 agentCircuit.startpos = position;
191 agentCircuit.child = true; 191 agentCircuit.child = true;
192 agentCircuit.Appearance = avatar.Appearance;
193
192 if (Util.IsOutsideView(oldRegionX, newRegionX, oldRegionY, newRegionY)) 194 if (Util.IsOutsideView(oldRegionX, newRegionX, oldRegionY, newRegionY))
193 { 195 {
194 // brand new agent, let's create a new caps seed 196 // brand new agent, let's create a new caps seed