mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* Remove unused and largely unimplemented UpdateUserCurrentRegion()
* please say if this causes you a problem
This commit is contained in:
@@ -740,17 +740,6 @@ namespace OpenSim.Data.MSSQL
|
||||
|
||||
#region Other public methods
|
||||
|
||||
/// <summary>
|
||||
/// STUB ! Update current region
|
||||
/// </summary>
|
||||
/// <param name="avatarid">avatar uuid</param>
|
||||
/// <param name="regionuuid">region uuid</param>
|
||||
/// <param name="regionhandle">region handle</param>
|
||||
override public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle)
|
||||
{
|
||||
//m_log.Info("[USER]: Stub UpdateUserCUrrentRegion called");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user