Reverse the default setting in Flotsam Asset Cache. Nothing should be the default
parent
89219ab35a
commit
b465dd7eb3
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue