diff options
author | Justin Clark-Casey (justincc) | 2009-09-10 17:08:26 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-10 17:08:26 +0100 |
commit | f5feb25dd1d0e219310158cfaff4c752be7e2cda (patch) | |
tree | e49fe0600a1d5f7c4708bc9046c5ae99216512f3 /OpenSim/Region/Framework | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-f5feb25dd1d0e219310158cfaff4c752be7e2cda.zip opensim-SC_OLD-f5feb25dd1d0e219310158cfaff4c752be7e2cda.tar.gz opensim-SC_OLD-f5feb25dd1d0e219310158cfaff4c752be7e2cda.tar.bz2 opensim-SC_OLD-f5feb25dd1d0e219310158cfaff4c752be7e2cda.tar.xz |
fix spurious loading... messages on iar load by creating folders as version 1 rather than version 0
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index ecf0d80..5e27eff 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1293,7 +1293,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1293 | } | 1293 | } |
1294 | catch (IOException e) | 1294 | catch (IOException e) |
1295 | { | 1295 | { |
1296 | |||
1297 | m_log.Warn("[TERRAIN]: Scene.cs: LoadWorldMap() - Failed with exception " + e.ToString() + " Regenerating"); | 1296 | m_log.Warn("[TERRAIN]: Scene.cs: LoadWorldMap() - Failed with exception " + e.ToString() + " Regenerating"); |
1298 | 1297 | ||
1299 | // Non standard region size. If there's an old terrain in the database, it might read past the buffer | 1298 | // Non standard region size. If there's an old terrain in the database, it might read past the buffer |