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

This commit is contained in:
Melanie Thielker
2009-06-10 15:36:44 +00:00
parent 89219ab35a
commit b465dd7eb3

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