diff options
author | Diva Canto | 2010-05-20 15:14:14 -0700 |
---|---|---|
committer | Diva Canto | 2010-05-20 15:14:14 -0700 |
commit | 13c22015e588284df1b74b7f5edad0df97ca3d3c (patch) | |
tree | a9932ddb546f314c5835e14f8619e5a20b9e4388 /OpenSim/Services/UserAccountService/GridUserService.cs | |
parent | Merging slimupdates2 (diff) | |
download | opensim-SC_OLD-13c22015e588284df1b74b7f5edad0df97ca3d3c.zip opensim-SC_OLD-13c22015e588284df1b74b7f5edad0df97ca3d3c.tar.gz opensim-SC_OLD-13c22015e588284df1b74b7f5edad0df97ca3d3c.tar.bz2 opensim-SC_OLD-13c22015e588284df1b74b7f5edad0df97ca3d3c.tar.xz |
Removed sessionID from GridUserservice again. Removed parcel crossing detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/UserAccountService/GridUserService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/UserAccountService/GridUserService.cs b/OpenSim/Services/UserAccountService/GridUserService.cs index 00a1ae2..697ba63 100644 --- a/OpenSim/Services/UserAccountService/GridUserService.cs +++ b/OpenSim/Services/UserAccountService/GridUserService.cs | |||
@@ -139,7 +139,7 @@ namespace OpenSim.Services.UserAccountService | |||
139 | return m_Database.Store(d); | 139 | return m_Database.Store(d); |
140 | } | 140 | } |
141 | 141 | ||
142 | public bool SetLastPosition(string userID, UUID sessionID, UUID regionID, Vector3 lastPosition, Vector3 lastLookAt) | 142 | public bool SetLastPosition(string userID, UUID regionID, Vector3 lastPosition, Vector3 lastLookAt) |
143 | { | 143 | { |
144 | //m_log.DebugFormat("[Grid User Service]: SetLastPosition for {0}", userID); | 144 | //m_log.DebugFormat("[Grid User Service]: SetLastPosition for {0}", userID); |
145 | GridUserData d = m_Database.Get(userID); | 145 | GridUserData d = m_Database.Get(userID); |