diff options
author | Dr Scofield | 2008-06-27 19:57:06 +0000 |
---|---|---|
committer | Dr Scofield | 2008-06-27 19:57:06 +0000 |
commit | 3d26e6ede04389252332d9ba25016155ee607411 (patch) | |
tree | 4acc6c6c89458ecab162de1afe3a1918928de348 /OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |
parent | run NArrange on SOP to stack together the attributes, (diff) | |
download | opensim-SC_OLD-3d26e6ede04389252332d9ba25016155ee607411.zip opensim-SC_OLD-3d26e6ede04389252332d9ba25016155ee607411.tar.gz opensim-SC_OLD-3d26e6ede04389252332d9ba25016155ee607411.tar.bz2 opensim-SC_OLD-3d26e6ede04389252332d9ba25016155ee607411.tar.xz |
move along, nothing to see here. just a couple of lazy variables.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index 6e14577..cdd138b 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |||
@@ -266,8 +266,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
266 | 266 | ||
267 | public void RequestNeighbors(RegionInfo region) | 267 | public void RequestNeighbors(RegionInfo region) |
268 | { | 268 | { |
269 | List<SimpleRegionInfo> neighbours = | 269 | // List<SimpleRegionInfo> neighbours = |
270 | m_commsProvider.GridService.RequestNeighbours(m_regionInfo.RegionLocX, m_regionInfo.RegionLocY); | 270 | m_commsProvider.GridService.RequestNeighbours(m_regionInfo.RegionLocX, m_regionInfo.RegionLocY); |
271 | //IPEndPoint blah = new IPEndPoint(); | 271 | //IPEndPoint blah = new IPEndPoint(); |
272 | 272 | ||
273 | //blah.Address = region.RemotingAddress; | 273 | //blah.Address = region.RemotingAddress; |