diff options
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteUserData.cs')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteUserData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteUserData.cs b/OpenSim/Data/SQLite/SQLiteUserData.cs index 85dd47b..c9ef3c2 100644 --- a/OpenSim/Data/SQLite/SQLiteUserData.cs +++ b/OpenSim/Data/SQLite/SQLiteUserData.cs | |||
@@ -238,9 +238,9 @@ namespace OpenSim.Data.SQLite | |||
238 | 238 | ||
239 | #endregion | 239 | #endregion |
240 | 240 | ||
241 | override public void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid) | 241 | override public void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid, ulong regionhandle) |
242 | { | 242 | { |
243 | m_log.Info("[USER DB]: Stub UpdateUserCUrrentRegion called"); | 243 | //m_log.Info("[USER DB]: Stub UpdateUserCUrrentRegion called"); |
244 | } | 244 | } |
245 | 245 | ||
246 | 246 | ||