*Fixed UserServer and OpenSim so now they start without crashing.

This commit is contained in:
mingchen
2007-06-28 02:07:59 +00:00
parent 0232f01a58
commit 440bb4a358
5 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenSim.Grid.UserServer
/// </summary>
public class OpenUser_Main : conscmd_callback
{
private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll";
private string ConfigDll = "OpenSim.Grid.UserServer.Config.dll";
private string StorageDll = "OpenSim.Framework.Data.MySQL.dll";
private UserConfig Cfg;
protected IGenericConfig localXMLConfig;