diff options
author | Diva Canto | 2012-11-11 15:29:25 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-11 15:29:25 -0800 |
commit | 571f6a030002e754e9c711218396fa649ac28de6 (patch) | |
tree | 902f6466bacaa27cd962a0138c27e93658e6b9af /OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | |
parent | One more module converted: VectorRenderModule. (diff) | |
download | opensim-SC_OLD-571f6a030002e754e9c711218396fa649ac28de6.zip opensim-SC_OLD-571f6a030002e754e9c711218396fa649ac28de6.tar.gz opensim-SC_OLD-571f6a030002e754e9c711218396fa649ac28de6.tar.bz2 opensim-SC_OLD-571f6a030002e754e9c711218396fa649ac28de6.tar.xz |
One more module converted: XMLRPCModule. Removed it from the special loading at start.
Diffstat (limited to 'OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs index 920a6bc..a8a3237 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | |||
@@ -103,8 +103,8 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
103 | //m_openSim.ModuleLoader.LoadDefaultSharedModule(new DynamicTextureModule()); | 103 | //m_openSim.ModuleLoader.LoadDefaultSharedModule(new DynamicTextureModule()); |
104 | //m_log.Info("[LOAD REGIONS PLUGIN]: LoadImageURLModule..."); | 104 | //m_log.Info("[LOAD REGIONS PLUGIN]: LoadImageURLModule..."); |
105 | //m_openSim.ModuleLoader.LoadDefaultSharedModule(new LoadImageURLModule()); | 105 | //m_openSim.ModuleLoader.LoadDefaultSharedModule(new LoadImageURLModule()); |
106 | m_log.Info("[LOAD REGIONS PLUGIN]: XMLRPCModule..."); | 106 | //m_log.Info("[LOAD REGIONS PLUGIN]: XMLRPCModule..."); |
107 | m_openSim.ModuleLoader.LoadDefaultSharedModule(new XMLRPCModule()); | 107 | //m_openSim.ModuleLoader.LoadDefaultSharedModule(new XMLRPCModule()); |
108 | // m_log.Info("[LOADREGIONSPLUGIN]: AssetTransactionModule..."); | 108 | // m_log.Info("[LOADREGIONSPLUGIN]: AssetTransactionModule..."); |
109 | // m_openSim.ModuleLoader.LoadDefaultSharedModule(new AssetTransactionModule()); | 109 | // m_openSim.ModuleLoader.LoadDefaultSharedModule(new AssetTransactionModule()); |
110 | m_log.Info("[LOAD REGIONS PLUGIN]: Done."); | 110 | m_log.Info("[LOAD REGIONS PLUGIN]: Done."); |