aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-31 17:08:58 +0000
committerJustin Clarke Casey2008-03-31 17:08:58 +0000
commitaf3118eccd0d471b748a1dd89e6899b51ae0332c (patch)
treee2dc630f183ca425c8adc6cdfa0657812c829646 /OpenSim/Region/Environment/Scenes/InnerScene.cs
parent* Fix for mantis 131, 796 (diff)
downloadopensim-SC_OLD-af3118eccd0d471b748a1dd89e6899b51ae0332c.zip
opensim-SC_OLD-af3118eccd0d471b748a1dd89e6899b51ae0332c.tar.gz
opensim-SC_OLD-af3118eccd0d471b748a1dd89e6899b51ae0332c.tar.bz2
opensim-SC_OLD-af3118eccd0d471b748a1dd89e6899b51ae0332c.tar.xz
* Fix problem where inventory code throws a swallowed exception on grid mode if the avatar has never logged in before
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/InnerScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs
index 1187c37..fb4f02c 100644
--- a/OpenSim/Region/Environment/Scenes/InnerScene.cs
+++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs
@@ -1201,7 +1201,7 @@ namespace OpenSim.Region.Environment.Scenes
1201 } 1201 }
1202 1202
1203 /// <summary> 1203 /// <summary>
1204 /// 1204 /// Duplicate the given object.
1205 /// </summary> 1205 /// </summary>
1206 /// <param name="originalPrim"></param> 1206 /// <param name="originalPrim"></param>
1207 /// <param name="offset"></param> 1207 /// <param name="offset"></param>