diff options
author | Diva Canto | 2012-11-12 18:08:02 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-12 18:08:02 -0800 |
commit | 86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f (patch) | |
tree | ca8b211f1c219dc1ac072cc54c801ce948d2ff84 /OpenSim/Region/CoreModules/Scripting/WorldComm | |
parent | Completely remove the IRegionModule interface (diff) | |
download | opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.zip opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.gz opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.bz2 opensim-SC-86903f23dd9c0e671fcc9854c031bcc0c6d6cc7f.tar.xz |
Cleanup on region modules: gave short node id's to all of them.
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/WorldComm')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs index 2d2ea2f..2c2c99c 100644 --- a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | |||
@@ -90,7 +90,7 @@ using OpenSim.Region.Framework.Scenes; | |||
90 | 90 | ||
91 | namespace OpenSim.Region.CoreModules.Scripting.WorldComm | 91 | namespace OpenSim.Region.CoreModules.Scripting.WorldComm |
92 | { | 92 | { |
93 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] | 93 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "WorldCommModule")] |
94 | public class WorldCommModule : IWorldComm, INonSharedRegionModule | 94 | public class WorldCommModule : IWorldComm, INonSharedRegionModule |
95 | { | 95 | { |
96 | // private static readonly ILog m_log = | 96 | // private static readonly ILog m_log = |