aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-10 20:17:13 +0000
committerMelanie Thielker2009-07-10 20:17:13 +0000
commit8ecfc9a717c259fd238312888f6178b3f86c008a (patch)
treea05601b3c0218f3e797f4a2104e362a964522c7b /OpenSim/Region/CoreModules/World/Terrain
parent* minor: formatting adjustments in OpenSim.ini.example (diff)
downloadopensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.zip
opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.gz
opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.bz2
opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.xz
Committing the interface change and the addition to the modules to get
the ball rolling on replacable modules. No user functionality yet
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Terrain')
-rw-r--r--OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
index 4d01f22..8c905d6 100644
--- a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
+++ b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
@@ -159,6 +159,11 @@ namespace OpenSim.Region.CoreModules.World.Terrain
159 { 159 {
160 } 160 }
161 161
162 public Type ReplacableInterface
163 {
164 get { return null; }
165 }
166
162 public string Name 167 public string Name
163 { 168 {
164 get { return "TerrainModule"; } 169 get { return "TerrainModule"; }