From e647d9ec51ebb3008277c5268953b71b079c0a5d Mon Sep 17 00:00:00 2001
From: MW
Date: Thu, 21 Jun 2007 13:55:28 +0000
Subject: Fixed problem of not being able to move out of the first 3X3 block of
regions. (Code Needs cleaning up).
---
OpenSim/OpenSim.Region/Scenes/Scene.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'OpenSim/OpenSim.Region/Scenes/Scene.cs')
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
///
///
///
- protected void InformClientOfNeighbours(IClientAPI remoteClient)
+ public void InformClientOfNeighbours(IClientAPI remoteClient)
{
// Console.WriteLine("informing client of neighbouring regions");
List neighbours = this.commsManager.GridServer.RequestNeighbours(this.m_regInfo);
--
cgit v1.1