diff options
Diffstat (limited to 'OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs')
-rw-r--r-- | OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs b/OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs index 06e09f2..10e6dd9 100644 --- a/OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs +++ b/OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs | |||
@@ -144,7 +144,7 @@ namespace OpenSim.LocalCommunications | |||
144 | /// <param name="regionHandle"></param> | 144 | /// <param name="regionHandle"></param> |
145 | /// <param name="agentData"></param> | 145 | /// <param name="agentData"></param> |
146 | /// <returns></returns> | 146 | /// <returns></returns> |
147 | public bool InformNeighbourOfChildAgent(ulong regionHandle, AgentCircuitData agentData) //should change from agentCircuitData | 147 | public bool InformRegionOfChildAgent(ulong regionHandle, AgentCircuitData agentData) //should change from agentCircuitData |
148 | { | 148 | { |
149 | //Console.WriteLine("CommsManager- Trying to Inform a region to expect child agent"); | 149 | //Console.WriteLine("CommsManager- Trying to Inform a region to expect child agent"); |
150 | if (this.regionHosts.ContainsKey(regionHandle)) | 150 | if (this.regionHosts.ContainsKey(regionHandle)) |