From 665c5d89f89f408c21f2ce13d6638be4105c91a4 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 13 Apr 2008 23:48:46 +0000 Subject: [PATCH] * Correct comment from previous patch - I'm not reversing mantis #912 at all, which was in an entirely different location --- OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 050657d534..f164208294 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs @@ -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.