diff options
author | Justin Clarke Casey | 2009-02-05 19:34:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-05 19:34:23 +0000 |
commit | 65448cd02d2b07ef04a87678dd685d443f4eb836 (patch) | |
tree | 063466977c1cdf8195ac4402f9966f31df44b25c /OpenSim/Region/Environment/Modules/World | |
parent | * Remove unused region info list from OpenSimBase. (diff) | |
download | opensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.zip opensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.tar.gz opensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.tar.bz2 opensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.tar.xz |
* refactor: Split out module Command class into a separate file
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs index 3d74c6a..d56bc8e 100644 --- a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs +++ b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs | |||
@@ -40,7 +40,6 @@ using OpenSim.Region.Environment.Modules.World.Terrain.FloodBrushes; | |||
40 | using OpenSim.Region.Environment.Modules.World.Terrain.PaintBrushes; | 40 | using OpenSim.Region.Environment.Modules.World.Terrain.PaintBrushes; |
41 | using OpenSim.Region.Environment.Scenes; | 41 | using OpenSim.Region.Environment.Scenes; |
42 | 42 | ||
43 | |||
44 | namespace OpenSim.Region.Environment.Modules.World.Terrain | 43 | namespace OpenSim.Region.Environment.Modules.World.Terrain |
45 | { | 44 | { |
46 | public class TerrainModule : IRegionModule, ICommandableModule, ITerrainModule | 45 | public class TerrainModule : IRegionModule, ICommandableModule, ITerrainModule |
@@ -208,6 +207,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain | |||
208 | return; | 207 | return; |
209 | } | 208 | } |
210 | } | 209 | } |
210 | |||
211 | m_log.Error("[TERRAIN]: Unable to load heightmap, no file loader available for that format."); | 211 | m_log.Error("[TERRAIN]: Unable to load heightmap, no file loader available for that format."); |
212 | throw new TerrainException(String.Format("unable to load heightmap from file {0}: no loader available for that format", filename)); | 212 | throw new TerrainException(String.Format("unable to load heightmap from file {0}: no loader available for that format", filename)); |
213 | } | 213 | } |