aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorMelanie Thielker2010-09-14 19:41:53 +0200
committerMelanie Thielker2010-09-14 19:41:53 +0200
commitd299f8b55cb0e3848dbcbb941a5789d52459bc44 (patch)
tree1dd419d9dc1f3445cd5150ae17bc0aeb86e4e8b7 /OpenSim/Region/Application
parentLSL compatibility: Don't throw an exception if an invalid key is passed to l... (diff)
downloadopensim-SC_OLD-d299f8b55cb0e3848dbcbb941a5789d52459bc44.zip
opensim-SC_OLD-d299f8b55cb0e3848dbcbb941a5789d52459bc44.tar.gz
opensim-SC_OLD-d299f8b55cb0e3848dbcbb941a5789d52459bc44.tar.bz2
opensim-SC_OLD-d299f8b55cb0e3848dbcbb941a5789d52459bc44.tar.xz
Fix a small left over buglet and also add checking of the physics actor
position on backup. This way, ant object that has been moved will be checked for ghost prims as soon as it is persisted.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/ConfigurationLoader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs
index b76e85d..6e3d6af 100644
--- a/OpenSim/Region/Application/ConfigurationLoader.cs
+++ b/OpenSim/Region/Application/ConfigurationLoader.cs
@@ -100,7 +100,7 @@ namespace OpenSim
100 100
101 if (masterFileName != String.Empty) 101 if (masterFileName != String.Empty)
102 { 102 {
103 if (File.Exists(masterFilePath) 103 if (File.Exists(masterFilePath))
104 { 104 {
105 if (!sources.Contains(masterFilePath)) 105 if (!sources.Contains(masterFilePath))
106 sources.Add(masterFilePath); 106 sources.Add(masterFilePath);