aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Communications/Capabilities/Caps.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index 050657d..f164208 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -273,7 +273,7 @@ namespace OpenSim.Region.Capabilities
273 contents.owner___id = invFetch.owner_id; 273 contents.owner___id = invFetch.owner_id;
274 contents.folder___id = invFetch.folder_id; 274 contents.folder___id = invFetch.folder_id;
275 275
276 // In http://opensimulator.org/mantis/view.php?id=912 we tried changing this to 1 instead. 276 // The version number being sent back was originally 1.
277 // Unfortunately, on 1.19.1.4, this means that we see a problem where on subsequent logins 277 // Unfortunately, on 1.19.1.4, this means that we see a problem where on subsequent logins
278 // without clearing client cache, objects in the root folder disappear until the cache is cleared, 278 // without clearing client cache, objects in the root folder disappear until the cache is cleared,
279 // at which point they reappear. 279 // at which point they reappear.