diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController')
-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 | { |