aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-20 13:03:26 +0000
committerJustin Clarke Casey2008-03-20 13:03:26 +0000
commit20473af89240457c1517bb547f8fc239478fd720 (patch)
tree80e6b35e567ff48d12a74299f8942c6d2c442a57 /OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
parentFix server crash when setting prims physical under basic physics. (diff)
downloadopensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.zip
opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.gz
opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.bz2
opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.xz
Another poxy patch which consists mainly of logging changes (some already commented out) to find out what CAPS is doing
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index 01c78ab..e51c58d 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -97,8 +97,7 @@ namespace OpenSim.Region.Environment.Scenes
97 regionCommsHost.OnAvatarCrossingIntoRegion += AgentCrossing; 97 regionCommsHost.OnAvatarCrossingIntoRegion += AgentCrossing;
98 regionCommsHost.OnCloseAgentConnection += CloseConnection; 98 regionCommsHost.OnCloseAgentConnection += CloseConnection;
99 regionCommsHost.OnRegionUp += newRegionUp; 99 regionCommsHost.OnRegionUp += newRegionUp;
100 regionCommsHost.OnChildAgentUpdate += ChildAgentUpdate; 100 regionCommsHost.OnChildAgentUpdate += ChildAgentUpdate;
101
102 } 101 }
103 else 102 else
104 { 103 {