Fixed problem of not being able to move out of the first 3X3 block of regions. (Code Needs cleaning up).

This commit is contained in:
MW
2007-06-21 13:55:28 +00:00
parent cc75a6c83e
commit e647d9ec51
7 changed files with 20 additions and 25 deletions

View File

@@ -168,7 +168,7 @@ namespace OpenSim.LocalCommunications
if (this.regionHosts.ContainsKey(regionHandle))
{
// Console.WriteLine("CommsManager- Informing a region to expect avatar crossing");
this.regionHosts[regionHandle].ExpectAvatarCrossing(regionHandle, agentID, position);
this.regionHosts[regionHandle].TriggerExpectAvatarCrossing(regionHandle, agentID, position);
return true;
}
return false;