aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs
diff options
context:
space:
mode:
authorCinder2015-06-13 12:36:32 -0600
committerDiva Canto2015-06-13 13:37:08 -0700
commit044654b5a9db3d7b81b8bfc24eeb55d262a23631 (patch)
tree7969f04ecf7a57e754ff1645e2c6453c6e7ad0d0 /OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs
parentFixed indentation (diff)
downloadopensim-SC_OLD-044654b5a9db3d7b81b8bfc24eeb55d262a23631.zip
opensim-SC_OLD-044654b5a9db3d7b81b8bfc24eeb55d262a23631.tar.gz
opensim-SC_OLD-044654b5a9db3d7b81b8bfc24eeb55d262a23631.tar.bz2
opensim-SC_OLD-044654b5a9db3d7b81b8bfc24eeb55d262a23631.tar.xz
Guard against scenes without an agent prefs service and a copy and paste fix
Signed-off-by: Diva Canto <diva@metaverseink.com>
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs
index 9d8367d..41ae53f 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs
@@ -88,7 +88,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.AgentPreferences
88 88
89 if (m_AgentPreferencesService == null) 89 if (m_AgentPreferencesService == null)
90 { 90 {
91 m_log.Error("[AGENT PREFERENCES CONNECTOR]: Can't load user account service"); 91 m_log.Error("[AGENT PREFERENCES CONNECTOR]: Can't load agent preferences service");
92 return; 92 return;
93 } 93 }
94 m_Enabled = true; 94 m_Enabled = true;