mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
bug fixes:
- GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user