* Following A_Biondi's suggestion, going to try returning a version number of 1 instead of 0 for the folder requested in a InventoryDescendentsPacket
* Can't hurt - it doesn't appear to cause any problems in a quick test.0.6.0-stable
parent
c522da0434
commit
f8faf18c66
|
@ -49,6 +49,7 @@ Patches
|
|||
* devalnor-#708
|
||||
* Diva Canto
|
||||
* krtaylor (IBM)
|
||||
* A_Biondi
|
||||
|
||||
|
||||
LSL Devs
|
||||
|
|
|
@ -1351,7 +1351,7 @@ namespace OpenSim.Region.ClientStack
|
|||
descend.AgentData.AgentID = AgentId;
|
||||
descend.AgentData.OwnerID = ownerID;
|
||||
descend.AgentData.FolderID = folderID;
|
||||
descend.AgentData.Version = 0;
|
||||
descend.AgentData.Version = 1;
|
||||
|
||||
return descend;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue