mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle.
This commit is contained in:
@@ -161,7 +161,7 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
if (args.ContainsKey("extra") && args["extra"] != null)
|
||||
extraStr = args["extra"].AsString();
|
||||
|
||||
IScene s = m_SimulationService.GetScene(destination.RegionHandle);
|
||||
IScene s = m_SimulationService.GetScene(destination.RegionID);
|
||||
ISceneObject sog = null;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user