diff options
author | Diva Canto | 2012-11-11 14:46:22 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-11 14:46:22 -0800 |
commit | 6759ed1013b78371b28c2d802c5d793e7b32c723 (patch) | |
tree | b039ae33b620dafa43344a892986397928dee456 /OpenSim/ApplicationPlugins/LoadRegions | |
parent | One more module converted: ScriptsHttpRequests. (diff) | |
download | opensim-SC_OLD-6759ed1013b78371b28c2d802c5d793e7b32c723.zip opensim-SC_OLD-6759ed1013b78371b28c2d802c5d793e7b32c723.tar.gz opensim-SC_OLD-6759ed1013b78371b28c2d802c5d793e7b32c723.tar.bz2 opensim-SC_OLD-6759ed1013b78371b28c2d802c5d793e7b32c723.tar.xz |
One more module converted: LoadImageURLModule. Also removed it from its hard-coded instantiation (I think I understood what the problem was, and that I've done it right).
Diffstat (limited to 'OpenSim/ApplicationPlugins/LoadRegions')
-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 0065702..e7b12be 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | |||
@@ -101,8 +101,8 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
101 | m_log.Info("[LOAD REGIONS PLUGIN]: Loading specific shared modules..."); | 101 | m_log.Info("[LOAD REGIONS PLUGIN]: Loading specific shared modules..."); |
102 | m_log.Info("[LOAD REGIONS PLUGIN]: DynamicTextureModule..."); | 102 | m_log.Info("[LOAD REGIONS PLUGIN]: DynamicTextureModule..."); |
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..."); |