Another poxy patch which consists mainly of logging changes (some already commented out) to find out what CAPS is doing

This commit is contained in:
Justin Clarke Casey
2008-03-20 13:03:26 +00:00
parent 84289cfb4b
commit 20473af892
4 changed files with 10 additions and 4 deletions

View File

@@ -97,8 +97,7 @@ namespace OpenSim.Region.Environment.Scenes
regionCommsHost.OnAvatarCrossingIntoRegion += AgentCrossing;
regionCommsHost.OnCloseAgentConnection += CloseConnection;
regionCommsHost.OnRegionUp += newRegionUp;
regionCommsHost.OnChildAgentUpdate += ChildAgentUpdate;
regionCommsHost.OnChildAgentUpdate += ChildAgentUpdate;
}
else
{