diff options
author | Jeff Ames | 2009-08-09 00:43:13 +0900 |
---|---|---|
committer | Jeff Ames | 2009-08-09 00:43:13 +0900 |
commit | bc6ec3b56469f2d722ceee8fdb37059125878f66 (patch) | |
tree | 760639b0847b0dfe818989b5adc4f7cf87c0dbab /OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups | |
parent | * Fix one physics crash for regions larger then 512mx512m (diff) | |
download | opensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.zip opensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.tar.gz opensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.tar.bz2 opensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs index d77fe5b..115660a 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | |||
@@ -95,8 +95,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
95 | { | 95 | { |
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("ServicesConnectorModule", "Default") != Name)) | 99 | || (groupsConfig.GetString("ServicesConnectorModule", "Default") != Name)) |
100 | { | 100 | { |
101 | m_connectorEnabled = false; | 101 | m_connectorEnabled = false; |
102 | return; | 102 | return; |