mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* 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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user