diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index cac178d..cf3270d 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2795,6 +2795,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
2795 | sp.IsChildAgent ? "child" : "root", sp.Name, RegionInfo.RegionName); | 2795 | sp.IsChildAgent ? "child" : "root", sp.Name, RegionInfo.RegionName); |
2796 | } | 2796 | } |
2797 | 2797 | ||
2798 | // We must set this here so that TriggerOnNewClient and TriggerOnClientLogin can determine whether the | ||
2799 | // client is for a root or child agent. | ||
2800 | client.SceneAgent = sp; | ||
2801 | |||
2798 | m_LastLogin = Util.EnvironmentTickCount(); | 2802 | m_LastLogin = Util.EnvironmentTickCount(); |
2799 | 2803 | ||
2800 | // Cache the user's name | 2804 | // Cache the user's name |