mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Guard against scenes without an agent prefs service and a copy and paste fix
Signed-off-by: Diva Canto <diva@metaverseink.com>
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.AgentPreferences
|
||||
|
||||
if (m_AgentPreferencesService == null)
|
||||
{
|
||||
m_log.Error("[AGENT PREFERENCES CONNECTOR]: Can't load user account service");
|
||||
m_log.Error("[AGENT PREFERENCES CONNECTOR]: Can't load agent preferences service");
|
||||
return;
|
||||
}
|
||||
m_Enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user