diff options
author | Justin Clarke Casey | 2008-04-13 23:48:46 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-13 23:48:46 +0000 |
commit | 665c5d89f89f408c21f2ce13d6638be4105c91a4 (patch) | |
tree | 5930d27718b6fc6d02fc1bf1be4a88787b317192 /OpenSim/Framework | |
parent | * Reverse mantis #912 since it was causing inventory to disappear from the ro... (diff) | |
download | opensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.zip opensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.tar.gz opensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.tar.bz2 opensim-SC_OLD-665c5d89f89f408c21f2ce13d6638be4105c91a4.tar.xz |
* Correct comment from previous patch - I'm not reversing mantis #912 at all, which was in an entirely different location
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
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. |