diff options
author | Diva Canto | 2010-06-29 02:07:10 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-29 02:07:10 -0700 |
commit | 9fde9085a0fcd2e78b01724e0b7e826156d23f53 (patch) | |
tree | cfc21888f31601dcdde723e7c5bd599d8e668b3f /OpenSim/Region/CoreModules/ServiceConnectorsIn | |
parent | One more bug fix in FriendsModule: GrantRights. One of the caches was not bei... (diff) | |
download | opensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.zip opensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.tar.gz opensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.tar.bz2 opensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.tar.xz |
Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken comments in InventoryAccessModule.
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsIn')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs index ae03cdf..209cf0d 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs | |||
@@ -96,7 +96,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory | |||
96 | 96 | ||
97 | Object[] args = new Object[] { m_Config, MainServer.Instance, "HGInventoryService" }; | 97 | Object[] args = new Object[] { m_Config, MainServer.Instance, "HGInventoryService" }; |
98 | 98 | ||
99 | ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector", args); | 99 | ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:XInventoryInConnector", args); |
100 | } | 100 | } |
101 | } | 101 | } |
102 | 102 | ||