diff options
author | Justin Clarke Casey | 2008-04-08 20:11:35 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-08 20:11:35 +0000 |
commit | f8faf18c6658adc02fe6a4f40357f5d5bf79998a (patch) | |
tree | a9d2d01a9e8752e4a32afae43f10773b7c380f55 /OpenSim/Region/ClientStack/ClientView.cs | |
parent | added NHibernate stanza to the config which reduces our verboseness (diff) | |
download | opensim-SC_OLD-f8faf18c6658adc02fe6a4f40357f5d5bf79998a.zip opensim-SC_OLD-f8faf18c6658adc02fe6a4f40357f5d5bf79998a.tar.gz opensim-SC_OLD-f8faf18c6658adc02fe6a4f40357f5d5bf79998a.tar.bz2 opensim-SC_OLD-f8faf18c6658adc02fe6a4f40357f5d5bf79998a.tar.xz |
* 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.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 8391e0a..b68df8e 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -1351,7 +1351,7 @@ namespace OpenSim.Region.ClientStack | |||
1351 | descend.AgentData.AgentID = AgentId; | 1351 | descend.AgentData.AgentID = AgentId; |
1352 | descend.AgentData.OwnerID = ownerID; | 1352 | descend.AgentData.OwnerID = ownerID; |
1353 | descend.AgentData.FolderID = folderID; | 1353 | descend.AgentData.FolderID = folderID; |
1354 | descend.AgentData.Version = 0; | 1354 | descend.AgentData.Version = 1; |
1355 | 1355 | ||
1356 | return descend; | 1356 | return descend; |
1357 | } | 1357 | } |