diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs index 80adb9e..d77fe5b 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | |||
@@ -96,7 +96,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
96 | // if groups aren't enabled, we're not needed. | 96 | // if groups aren't enabled, we're not needed. |
97 | // if we're not specified as the connector to use, then we're not wanted | 97 | // if we're not specified as the connector to use, then we're not wanted |
98 | if ( (groupsConfig.GetBoolean("Enabled", false) == false) | 98 | if ( (groupsConfig.GetBoolean("Enabled", false) == false) |
99 | || (groupsConfig.GetString("GroupsServicesConnectorModule", "Default") != Name)) | 99 | || (groupsConfig.GetString("ServicesConnectorModule", "Default") != Name)) |
100 | { | 100 | { |
101 | m_connectorEnabled = false; | 101 | m_connectorEnabled = false; |
102 | return; | 102 | return; |