diff --git a/Assets/Plugins/LibreMetaverse/Settings.cs b/Assets/Plugins/LibreMetaverse/Settings.cs
index 55b25c4..5798e62 100644
--- a/Assets/Plugins/LibreMetaverse/Settings.cs
+++ b/Assets/Plugins/LibreMetaverse/Settings.cs
@@ -58,7 +58,7 @@ namespace OpenMetaverse
public static System.Net.IPAddress BIND_ADDR = System.Net.IPAddress.Any;
/// Use XML-RPC Login or LLSD Login, default is XML-RPC Login
- public bool USE_LLSD_LOGIN = false; //why is the false by default?
+ public bool USE_LLSD_LOGIN = true; //why is the false by default?
///
/// Maximum number of HTTP connections to open to a particular endpoint.
@@ -184,7 +184,7 @@ namespace OpenMetaverse
/// Enable/disable automatically setting agent appearance at
/// login and after sim crossing
- public bool SEND_AGENT_APPEARANCE = true;
+ public bool SEND_AGENT_APPEARANCE = false;
/// Enable/disable automatically setting the bandwidth throttle
/// after connecting to each simulator