mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
More config cleanup in LaunchSLClient.
This commit is contained in:
@@ -51,5 +51,12 @@ namespace LaunchSLClient
|
||||
Registry.LocalMachine.Flush();
|
||||
Registry.LocalMachine.Close();
|
||||
}
|
||||
|
||||
public override string GetConfigDir()
|
||||
{
|
||||
RegistryKey key = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\OpenSim\OpenSim");
|
||||
|
||||
return key == null ? "" : key.GetValue("Path").ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user