diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs index 428440e..cf000a4 100644 --- a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs +++ b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs | |||
@@ -273,7 +273,6 @@ namespace OpenSim.Region.CoreModules.World.Terrain | |||
273 | catch (IOException ioe) | 273 | catch (IOException ioe) |
274 | { | 274 | { |
275 | m_log.Error(String.Format("[TERRAIN]: Unable to save to {0}, {1}", filename, ioe.Message)); | 275 | m_log.Error(String.Format("[TERRAIN]: Unable to save to {0}, {1}", filename, ioe.Message)); |
276 | throw new TerrainException(String.Format("Unable to save heightmap: {0}", ioe.Message)); | ||
277 | } | 276 | } |
278 | 277 | ||
279 | m_log.ErrorFormat( | 278 | m_log.ErrorFormat( |