diff options
author | Dr Scofield | 2008-08-22 11:09:38 +0000 |
---|---|---|
committer | Dr Scofield | 2008-08-22 11:09:38 +0000 |
commit | d972d227889beb3b12b937be55fdecab9bdea2e7 (patch) | |
tree | 9af7cc851644b440a2a6b403d222965713dcb3ee /OpenSim/ApplicationPlugins | |
parent | - fixes a bug in RemoteAdminPlugin where CreateRegion would not pay (diff) | |
download | opensim-SC_OLD-d972d227889beb3b12b937be55fdecab9bdea2e7.zip opensim-SC_OLD-d972d227889beb3b12b937be55fdecab9bdea2e7.tar.gz opensim-SC_OLD-d972d227889beb3b12b937be55fdecab9bdea2e7.tar.bz2 opensim-SC_OLD-d972d227889beb3b12b937be55fdecab9bdea2e7.tar.xz |
bug fixes:
- GridInfoServices was not paying attention to location of ini file
- typo in RemoteAdminPlugin
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 5d2d23e..4dc63fd 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -441,7 +441,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
441 | if (persist) | 441 | if (persist) |
442 | { | 442 | { |
443 | // default place for region XML files is in the | 443 | // default place for region XML files is in the |
444 | // Regions directory of th config dir (aka /bin) | 444 | // Regions directory of the config dir (aka /bin) |
445 | string regionConfigPath = Path.Combine(Util.configDir(), "Regions"); | 445 | string regionConfigPath = Path.Combine(Util.configDir(), "Regions"); |
446 | try | 446 | try |
447 | { | 447 | { |