mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
maybe this is a better way...
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenSim.Data.SQLite
|
||||
/// <param name="dbconnect">connect string</param>
|
||||
override public void Initialise(string dbconnect)
|
||||
{
|
||||
DllmapConfigHelper.RegisterAssembly(typeof(SQLiteAssetData).Assembly);
|
||||
DllmapConfigHelper.RegisterAssembly(typeof(SqliteConnection).Assembly);
|
||||
|
||||
if (dbconnect.Length == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user