mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +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:
@@ -36,6 +36,7 @@ namespace OpenSim.Services.Interfaces
|
||||
public interface ISimulationService
|
||||
{
|
||||
IScene GetScene(ulong regionHandle);
|
||||
ISimulationService GetInnerService();
|
||||
|
||||
#region Agents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user