diff options
author | Diva Canto | 2012-11-11 14:54:40 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-11 14:54:40 -0800 |
commit | 9f45198516ef7c7bfc92d638ae142d821852a4d9 (patch) | |
tree | dfc803e41604181b402a3fd1583506a49b26fc06 /OpenSim/ApplicationPlugins | |
parent | One more module converted: LoadImageURLModule. Also removed it from its hard-... (diff) | |
download | opensim-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')
-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 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..."); |