diff options
Diffstat (limited to 'Common/OpenSim.Servers/LocalUserProfileManager.cs')
-rw-r--r-- | Common/OpenSim.Servers/LocalUserProfileManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/OpenSim.Servers/LocalUserProfileManager.cs b/Common/OpenSim.Servers/LocalUserProfileManager.cs index a8b5f1f..99c640a 100644 --- a/Common/OpenSim.Servers/LocalUserProfileManager.cs +++ b/Common/OpenSim.Servers/LocalUserProfileManager.cs | |||
@@ -116,8 +116,8 @@ namespace OpenSim.UserServer | |||
116 | Console.WriteLine("adding login data to gridserver"); | 116 | Console.WriteLine("adding login data to gridserver"); |
117 | ((LocalGridBase)this.m_gridServer).AddNewSession(_login); | 117 | ((LocalGridBase)this.m_gridServer).AddNewSession(_login); |
118 | }*/ | 118 | }*/ |
119 | 119 | ulong reghand = Helpers.UIntsToLong((regionX * 256), (regionY * 256)); | |
120 | this.AddSession(_login); | 120 | this.AddSession(reghand, _login); |
121 | } | 121 | } |
122 | } | 122 | } |
123 | } | 123 | } |