diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index 885d1e9..d2d75e8 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |||
@@ -112,6 +112,11 @@ namespace OpenSim.Region.Environment.Scenes | |||
112 | } | 112 | } |
113 | } | 113 | } |
114 | 114 | ||
115 | public RegionInfo RequestClosestRegion(string name) | ||
116 | { | ||
117 | return m_commsProvider.GridService.RequestClosestRegion(name); | ||
118 | } | ||
119 | |||
115 | public void Close() | 120 | public void Close() |
116 | { | 121 | { |
117 | if (regionCommsHost != null) | 122 | if (regionCommsHost != null) |