* Correct comment from previous patch - I'm not reversing mantis #912 at all, which was in an entirely different location

0.6.0-stable
Justin Clarke Casey 2008-04-13 23:48:46 +00:00
parent eacba916ec
commit 665c5d89f8
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ namespace OpenSim.Region.Capabilities
contents.owner___id = invFetch.owner_id;
contents.folder___id = invFetch.folder_id;
// In http://opensimulator.org/mantis/view.php?id=912 we tried changing this to 1 instead.
// The version number being sent back was originally 1.
// Unfortunately, on 1.19.1.4, this means that we see a problem where on subsequent logins
// without clearing client cache, objects in the root folder disappear until the cache is cleared,
// at which point they reappear.