The configger tool hadn't been updated since the introduction of OpenSimDefaults! :0

It is updated now.
This commit is contained in:
Diva Canto
2015-12-24 10:05:59 -08:00
parent 7430c629aa
commit 52ebb3f2fb
2 changed files with 36 additions and 0 deletions

View File

@@ -102,5 +102,11 @@ namespace OpenSim.Tools.Configger
return found.ToArray();
}
public static string configDir()
{
return ".";
}
}
}