diff options
author | Cinder | 2015-06-13 12:36:32 -0600 |
---|---|---|
committer | Diva Canto | 2015-06-13 13:37:08 -0700 |
commit | 044654b5a9db3d7b81b8bfc24eeb55d262a23631 (patch) | |
tree | 7969f04ecf7a57e754ff1645e2c6453c6e7ad0d0 /OpenSim/Region/CoreModules | |
parent | Fixed indentation (diff) | |
download | opensim-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 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs | 2 |
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; |