diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 7dcb760..0393a2a 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -59,7 +59,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
59 | 59 | ||
60 | private ulong m_regionHandle; | 60 | private ulong m_regionHandle; |
61 | 61 | ||
62 | public bool childAgent = false; | 62 | public bool childAgent = true; |
63 | public bool IsRestrictedToRegion = false; | 63 | public bool IsRestrictedToRegion = false; |
64 | 64 | ||
65 | private bool newForce = false; | 65 | private bool newForce = false; |
@@ -495,6 +495,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
495 | this.SendArrearanceToAllOtherAgents(); | 495 | this.SendArrearanceToAllOtherAgents(); |
496 | 496 | ||
497 | this.m_scene.SendAllSceneObjectsToClient(this.ControllingClient); | 497 | this.m_scene.SendAllSceneObjectsToClient(this.ControllingClient); |
498 | this.ControllingClient.SendViewerTime(this.m_scene.TimePhase); | ||
498 | } | 499 | } |
499 | 500 | ||
500 | /// <summary> | 501 | /// <summary> |