Revise Materials properties; Fix Double-Click Autopilot; Allow non-script sit positions >= 0.1M; Add llLookAt(); Comment out spammy bad adjacent sim message.

This commit is contained in:
Kitto Flora
2011-01-04 21:36:09 +00:00
parent dc4f557426
commit ba7a227763
5 changed files with 218 additions and 231 deletions

View File

@@ -310,7 +310,7 @@ namespace OpenSim.Services.Connectors.Simulation
catch (WebException ex)
//catch
{
m_log.WarnFormat("[REMOTE SIMULATION CONNECTOR]: Bad send on AgentUpdate {0}", ex.Message);
// m_log.WarnFormat("[REMOTE SIMULATION CONNECTOR]: Bad send on AgentUpdate {0}", ex.Message);
return false;
}