aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/Scene.cs
diff options
context:
space:
mode:
authorMW2007-06-21 13:55:28 +0000
committerMW2007-06-21 13:55:28 +0000
commite647d9ec51ebb3008277c5268953b71b079c0a5d (patch)
tree737032ede544002daa2a54d03a53b4dc9213e48b /OpenSim/OpenSim.Region/Scenes/Scene.cs
parent* Added MySQL license to ThirdPartyLicenses/MySQL and FOSS Exemption for BSD ... (diff)
downloadopensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.zip
opensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.tar.gz
opensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.tar.bz2
opensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.tar.xz
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.cs2
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);