mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
//m_Region = region;
|
||||
}
|
||||
|
||||
public IScene GetScene(ulong regionHandle)
|
||||
public IScene GetScene(UUID regionId)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user