mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Reverse the default setting in Flotsam Asset Cache. Nothing should be the default
This commit is contained in:
@@ -157,7 +157,7 @@ namespace Flotsam.RegionModules.AssetCache
|
||||
|
||||
if (moduleConfig != null)
|
||||
{
|
||||
string name = moduleConfig.GetString("AssetCaching", this.Name);
|
||||
string name = moduleConfig.GetString("AssetCaching", "");
|
||||
|
||||
if (name == Name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user