aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Simulation
diff options
context:
space:
mode:
authorKitto Flora2011-01-04 21:36:09 +0000
committerKitto Flora2011-01-04 21:36:09 +0000
commitba7a2277633804eb2d5e449efa0895e9f43a4ece (patch)
tree950d41b6bed87f6eccf295111b638d3138250993 /OpenSim/Services/Connectors/Simulation
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-ba7a2277633804eb2d5e449efa0895e9f43a4ece.zip
opensim-SC_OLD-ba7a2277633804eb2d5e449efa0895e9f43a4ece.tar.gz
opensim-SC_OLD-ba7a2277633804eb2d5e449efa0895e9f43a4ece.tar.bz2
opensim-SC_OLD-ba7a2277633804eb2d5e449efa0895e9f43a4ece.tar.xz
Revise Materials properties; Fix Double-Click Autopilot; Allow non-script sit positions >= 0.1M; Add llLookAt(); Comment out spammy bad adjacent sim message.
Diffstat (limited to 'OpenSim/Services/Connectors/Simulation')
-rw-r--r--OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
index 4382005..b877ca5 100644
--- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
@@ -310,7 +310,7 @@ namespace OpenSim.Services.Connectors.Simulation
310 catch (WebException ex) 310 catch (WebException ex)
311 //catch 311 //catch
312 { 312 {
313 m_log.WarnFormat("[REMOTE SIMULATION CONNECTOR]: Bad send on AgentUpdate {0}", ex.Message); 313 // m_log.WarnFormat("[REMOTE SIMULATION CONNECTOR]: Bad send on AgentUpdate {0}", ex.Message);
314 314
315 return false; 315 return false;
316 } 316 }