mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen.
This commit is contained in:
@@ -55,6 +55,7 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
|
||||
//Object[] args = new Object[] { config };
|
||||
m_LocalSimulationService = scene.RequestModuleInterface<ISimulationService>();
|
||||
m_LocalSimulationService = m_LocalSimulationService.GetInnerService();
|
||||
//ServerUtils.LoadPlugin<ISimulationService>(simService, args);
|
||||
|
||||
//System.Console.WriteLine("XXXXXXXXXXXXXXXXXXX m_AssetSetvice == null? " + ((m_AssetService == null) ? "yes" : "no"));
|
||||
|
||||
Reference in New Issue
Block a user