mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Just for now, don't alert the user or log if we couldn't change their server-side preferences due to no e-mail address being sent.
This is to avoid user confusion in the oscc rehearsal as they are often not aware that this fails because no e-mail is set. Also may be failing in the hypergrid case, though this may also be a config issue. This is meant as a temporary solution.
This commit is contained in:
@@ -921,8 +921,8 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
|
||||
object Pref = (object)pref;
|
||||
if(!rpc.JsonRpcRequest(ref Pref, "user_preferences_request", serverURI, UUID.Random().ToString()))
|
||||
{
|
||||
m_log.InfoFormat("[PROFILES]: UserPreferences request error");
|
||||
remoteClient.SendAgentAlertMessage("Error requesting preferences", false);
|
||||
// m_log.InfoFormat("[PROFILES]: UserPreferences request error");
|
||||
// remoteClient.SendAgentAlertMessage("Error requesting preferences", false);
|
||||
return;
|
||||
}
|
||||
pref = (UserPreferences) Pref;
|
||||
|
||||
Reference in New Issue
Block a user