Reverse the default setting in Flotsam Asset Cache. Nothing should be the default

0.6.6-post-fixes
Melanie Thielker 2009-06-10 15:36:44 +00:00
parent 89219ab35a
commit b465dd7eb3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{