aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 28b2f52..36d0e40 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1290,7 +1290,7 @@ namespace OpenSim.Region.Framework.Scenes
1290 } 1290 }
1291 1291
1292 IsChildAgent = false; 1292 IsChildAgent = false;
1293 GodController.SyncViewerState(); 1293
1294 } 1294 }
1295 1295
1296 m_log.DebugFormat("[MakeRootAgent] out lock: {0}ms", Util.EnvironmentTickCountSubtract(ts)); 1296 m_log.DebugFormat("[MakeRootAgent] out lock: {0}ms", Util.EnvironmentTickCountSubtract(ts));
@@ -2122,6 +2122,7 @@ namespace OpenSim.Region.Framework.Scenes
2122 } 2122 }
2123 2123
2124 if(!IsChildAgent && !isNPC) 2124 if(!IsChildAgent && !isNPC)
2125 GodController.SyncViewerState();
2125 2126
2126// start sending terrain patchs 2127// start sending terrain patchs
2127 if (!gotCrossUpdate && !isNPC) 2128 if (!gotCrossUpdate && !isNPC)