diff options
author | Justin Clark-Casey (justincc) | 2012-03-29 01:08:37 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-29 01:08:37 +0100 |
commit | a1de9bc33f4f776f91e965af8bcf1a6bbc5deb41 (patch) | |
tree | bac44a8fb85ebcc254db67880616349e281207d6 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Committing the Avination calling card module (diff) | |
download | opensim-SC_OLD-a1de9bc33f4f776f91e965af8bcf1a6bbc5deb41.zip opensim-SC_OLD-a1de9bc33f4f776f91e965af8bcf1a6bbc5deb41.tar.gz opensim-SC_OLD-a1de9bc33f4f776f91e965af8bcf1a6bbc5deb41.tar.bz2 opensim-SC_OLD-a1de9bc33f4f776f91e965af8bcf1a6bbc5deb41.tar.xz |
Revert "Add comment about setting client.SceneAgent in AddNewClient()"
This reverts commit 964cae4f37120db34d0d3e2f08ab998215237dfd.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 44cd30a..60fe48f 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2670,10 +2670,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2670 | sp.IsChildAgent ? "child" : "root", sp.Name, RegionInfo.RegionName); | 2670 | sp.IsChildAgent ? "child" : "root", sp.Name, RegionInfo.RegionName); |
2671 | } | 2671 | } |
2672 | 2672 | ||
2673 | // We must set this here so that TriggerOnNewClient and TriggerOnClientLogin can determine whether the | ||
2674 | // client is for a root or child agent. | ||
2675 | client.SceneAgent = sp; | 2673 | client.SceneAgent = sp; |
2676 | |||
2677 | m_LastLogin = Util.EnvironmentTickCount(); | 2674 | m_LastLogin = Util.EnvironmentTickCount(); |
2678 | 2675 | ||
2679 | // Cache the user's name | 2676 | // Cache the user's name |