mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* refactor: collapse UpdateUserProfileProperties() into existing UpdateUserProfile
* the methods were identical except that the Properties one did a check for the user profile beforehand. However, every caller was doing this already anyway.
This commit is contained in:
@@ -695,7 +695,7 @@ namespace OpenSim.Grid.UserServer
|
||||
}
|
||||
|
||||
// call plugin!
|
||||
bool ret = UpdateUserProfileProperties(userProfile);
|
||||
bool ret = UpdateUserProfile(userProfile);
|
||||
responseData["returnString"] = ret.ToString();
|
||||
response.Value = responseData;
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user