diff options
author | Teravus Ovares (Dan Olivares) | 2009-11-10 23:43:18 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-11-10 23:43:18 -0500 |
commit | 1bb510ab17321762d57120aabe6d4dec31b16e6f (patch) | |
tree | 29b09d550bdc5b7b10d2d3b9059beda2fbabc6c8 /OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs | |
parent | * Fix prebuild break (diff) | |
download | opensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.zip opensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.tar.gz opensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.tar.bz2 opensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.tar.xz |
* Update namespace in the regioncombinermodule.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs b/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs index 7df836c..146ec66 100644 --- a/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs +++ b/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs | |||
@@ -30,8 +30,9 @@ using System.Collections.Generic; | |||
30 | using OpenMetaverse; | 30 | using OpenMetaverse; |
31 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
32 | using OpenSim.Region.Framework.Interfaces; | 32 | using OpenSim.Region.Framework.Interfaces; |
33 | using OpenSim.Region.CoreModules.World.Land; | ||
33 | 34 | ||
34 | namespace OpenSim.Region.CoreModules.World.Land | 35 | namespace OpenSim.Region.RegionCombinerModule |
35 | { | 36 | { |
36 | public class RegionCombinerLargeLandChannel : ILandChannel | 37 | public class RegionCombinerLargeLandChannel : ILandChannel |
37 | { | 38 | { |