aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions
diff options
context:
space:
mode:
authorDiva Canto2012-11-11 14:54:40 -0800
committerDiva Canto2012-11-11 14:54:40 -0800
commit9f45198516ef7c7bfc92d638ae142d821852a4d9 (patch)
treedfc803e41604181b402a3fd1583506a49b26fc06 /OpenSim/ApplicationPlugins/LoadRegions
parentOne more module converted: LoadImageURLModule. Also removed it from its hard-... (diff)
downloadopensim-SC_OLD-9f45198516ef7c7bfc92d638ae142d821852a4d9.zip
opensim-SC_OLD-9f45198516ef7c7bfc92d638ae142d821852a4d9.tar.gz
opensim-SC_OLD-9f45198516ef7c7bfc92d638ae142d821852a4d9.tar.bz2
opensim-SC_OLD-9f45198516ef7c7bfc92d638ae142d821852a4d9.tar.xz
One more module: DynamicTextureModule. Removed it from the special load in the beginning.
Diffstat (limited to 'OpenSim/ApplicationPlugins/LoadRegions')
-rw-r--r--OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
index e7b12be..920a6bc 100644
--- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
+++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
@@ -99,8 +99,8 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
99 RegionInfo[] regionsToLoad = regionLoader.LoadRegions(); 99 RegionInfo[] regionsToLoad = regionLoader.LoadRegions();
100 100
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...");