diff options
Diffstat (limited to 'OpenGridServices/OpenGridServices.UserServer/Main.cs')
-rw-r--r-- | OpenGridServices/OpenGridServices.UserServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenGridServices/OpenGridServices.UserServer/Main.cs b/OpenGridServices/OpenGridServices.UserServer/Main.cs index aec80dc..3b17cff 100644 --- a/OpenGridServices/OpenGridServices.UserServer/Main.cs +++ b/OpenGridServices/OpenGridServices.UserServer/Main.cs | |||
@@ -50,7 +50,7 @@ namespace OpenGridServices.UserServer | |||
50 | public class OpenUser_Main : BaseServer, conscmd_callback | 50 | public class OpenUser_Main : BaseServer, conscmd_callback |
51 | { | 51 | { |
52 | private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll"; | 52 | private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll"; |
53 | private string StorageDll = "OpenGrid.Framework.Data.DB4o.dll"; | 53 | private string StorageDll = "OpenGrid.Framework.Data.MySQL.dll"; |
54 | private UserConfig Cfg; | 54 | private UserConfig Cfg; |
55 | protected IGenericConfig localXMLConfig; | 55 | protected IGenericConfig localXMLConfig; |
56 | 56 | ||