diff options
Fixed problem of not being able to move out of the first 3X3 block of regions. (Code Needs cleaning up).
Diffstat (limited to 'OpenSim/OpenSim.Region/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/OpenSim.Region/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.Region/Scenes/Scene.cs b/OpenSim/OpenSim.Region/Scenes/Scene.cs index 74b4945..63a6e37 100644 --- a/OpenSim/OpenSim.Region/Scenes/Scene.cs +++ b/OpenSim/OpenSim.Region/Scenes/Scene.cs | |||
@@ -739,7 +739,7 @@ namespace OpenSim.Region.Scenes | |||
739 | /// <summary> | 739 | /// <summary> |
740 | /// | 740 | /// |
741 | /// </summary> | 741 | /// </summary> |
742 | protected void InformClientOfNeighbours(IClientAPI remoteClient) | 742 | public void InformClientOfNeighbours(IClientAPI remoteClient) |
743 | { | 743 | { |
744 | // Console.WriteLine("informing client of neighbouring regions"); | 744 | // Console.WriteLine("informing client of neighbouring regions"); |
745 | List<RegionInfo> neighbours = this.commsManager.GridServer.RequestNeighbours(this.m_regInfo); | 745 | List<RegionInfo> neighbours = this.commsManager.GridServer.RequestNeighbours(this.m_regInfo); |