maybe this is a better way...

This commit is contained in:
UbitUmarov
2022-12-10 19:26:36 +00:00
parent 922f4ca66c
commit b62280617d
10 changed files with 8 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Data.SQLite
public SQLiteXInventoryData(string conn, string realm)
{
DllmapConfigHelper.RegisterAssembly(typeof(SQLiteXInventoryData).Assembly);
DllmapConfigHelper.RegisterAssembly(typeof(SqliteConnection).Assembly);
m_Folders = new SqliteFolderHandler(
conn, "inventoryfolders", "XInventoryStore");