mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 22:45:43 +08:00
Apply updated patch from issue 1871. Thanks sempuki.
This commit is contained in:
@@ -244,7 +244,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
#endregion
|
||||
|
||||
// see IUserData
|
||||
// see IUserDataPlugin
|
||||
override public UserProfileData GetUserByName(string user, string last)
|
||||
{
|
||||
try
|
||||
@@ -508,7 +508,7 @@ namespace OpenSim.Data.MySQL
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// See IUserData
|
||||
/// See IUserDataPlugin
|
||||
/// </summary>
|
||||
/// <param name="uuid">User UUID</param>
|
||||
/// <returns>User profile data</returns>
|
||||
|
||||
Reference in New Issue
Block a user