mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenSim.Server.Handlers.Asset
|
||||
if (assetService == String.Empty)
|
||||
throw new Exception("No LocalServiceModule in config file");
|
||||
|
||||
Object[] args = new Object[] { config };
|
||||
Object[] args = new Object[] { config, m_ConfigName };
|
||||
m_AssetService =
|
||||
ServerUtils.LoadPlugin<IAssetService>(assetService, args);
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ namespace OpenSim.Server.Handlers.Asset
|
||||
if (inventoryService == String.Empty)
|
||||
throw new Exception("No InventoryService in config file");
|
||||
|
||||
Object[] args = new Object[] { config };
|
||||
Object[] args = new Object[] { config, m_ConfigName };
|
||||
m_InventoryService =
|
||||
ServerUtils.LoadPlugin<IInventoryService>(inventoryService, args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user