diff options
author | David Walter Seikel | 2016-11-07 12:47:38 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-07 12:47:38 +1000 |
commit | e8d501d75074b3b8c3b01778afafb84c5a48291d (patch) | |
tree | 0c1db86bf1c97d6154475ed813462a45d76cb76e /OpenSim/ApplicationPlugins | |
parent | Excess white space removal. (diff) | |
download | opensim-SC-e8d501d75074b3b8c3b01778afafb84c5a48291d.zip opensim-SC-e8d501d75074b3b8c3b01778afafb84c5a48291d.tar.gz opensim-SC-e8d501d75074b3b8c3b01778afafb84c5a48291d.tar.bz2 opensim-SC-e8d501d75074b3b8c3b01778afafb84c5a48291d.tar.xz |
More caches directory fixes, including moving console history there.
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderFileSystem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderFileSystem.cs b/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderFileSystem.cs index 130a523..ea95696 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderFileSystem.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderFileSystem.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
68 | } | 68 | } |
69 | 69 | ||
70 | string[] configFiles = Directory.GetFiles(regionConfigPath, "*.xml"); | 70 | string[] configFiles = Directory.GetFiles(regionConfigPath, "*.xml"); |
71 | //// Causes hangs with the actual .ini files. | 71 | //// Causes hangs with the actual .ini files if they are in the same place. |
72 | //// string[] iniFiles = Directory.GetFiles(regionConfigPath, "*.ini"); | 72 | //// string[] iniFiles = Directory.GetFiles(regionConfigPath, "*.ini"); |
73 | 73 | ||
74 | // Create an empty Regions.ini if there are no existing config files. | 74 | // Create an empty Regions.ini if there are no existing config files. |