* Add exclusion of UtilsConversion.cs to prebuild.xml, should fix the build
* First stab at working inventory persistence git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2268 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -293,6 +293,7 @@ namespace Simian
|
||||
reader.Close();
|
||||
|
||||
LoginResponseData responseData = HandleLogin(firstName, lastName, password, start, version, channel);
|
||||
responseData.InventorySkeleton = Inventory.CreateInventorySkeleton(responseData.AgentID);
|
||||
XmlWriter writer = XmlWriter.Create(context.Response.OutputStream);
|
||||
responseData.ToXmlRpc(writer);
|
||||
writer.Close();
|
||||
|
||||
Reference in New Issue
Block a user