diff options
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLUserData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLUserData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLUserData.cs b/OpenSim/Data/MSSQL/MSSQLUserData.cs index 0d3563f..aa8c2ed 100644 --- a/OpenSim/Data/MSSQL/MSSQLUserData.cs +++ b/OpenSim/Data/MSSQL/MSSQLUserData.cs | |||
@@ -321,9 +321,9 @@ namespace OpenSim.Data.MSSQL | |||
321 | 321 | ||
322 | #endregion | 322 | #endregion |
323 | 323 | ||
324 | override public void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid) | 324 | override public void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid, ulong regionhandle) |
325 | { | 325 | { |
326 | m_log.Info("[USER]: Stub UpdateUserCUrrentRegion called"); | 326 | //m_log.Info("[USER]: Stub UpdateUserCUrrentRegion called"); |
327 | } | 327 | } |
328 | 328 | ||
329 | 329 | ||