bug fixes:

- GridInfoServices was not paying attention to location of ini file
- typo in RemoteAdminPlugin
This commit is contained in:
Dr Scofield
2008-08-22 11:09:38 +00:00
parent cf5ee5eaa1
commit d972d22788
3 changed files with 34 additions and 37 deletions

View File

@@ -441,7 +441,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
if (persist)
{
// default place for region XML files is in the
// Regions directory of th config dir (aka /bin)
// Regions directory of the config dir (aka /bin)
string regionConfigPath = Path.Combine(Util.configDir(), "Regions");
try
{