mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
return of the inv-lib-root patch from Justin Casey (IBM)
Should fix libsl login ability. No long breaks my login to test environment.
This commit is contained in:
@@ -135,6 +135,13 @@ namespace OpenSim.Framework.UserManagement
|
||||
logResponse.InventoryRoot = InventoryRoot;
|
||||
logResponse.InventorySkeleton = AgentInventoryArray;
|
||||
logResponse.InventoryLibrary = GetInventoryLibrary();
|
||||
|
||||
Hashtable InventoryLibRootHash = new Hashtable();
|
||||
InventoryLibRootHash["folder_id"] = "00000112-000f-0000-0000-000100bba000";
|
||||
ArrayList InventoryLibRoot = new ArrayList();
|
||||
InventoryLibRoot.Add(InventoryLibRootHash);
|
||||
logResponse.InventoryLibRoot = InventoryLibRoot;
|
||||
|
||||
logResponse.InventoryLibraryOwner = GetLibraryOwner();
|
||||
logResponse.CircuitCode = (Int32)circode;
|
||||
//logResponse.RegionX = 0; //overwritten
|
||||
|
||||
Reference in New Issue
Block a user