Remove older SQLite SetDllImportResolver call
This commit is contained in:
parent
0ff4988cfb
commit
b01c75b274
1 changed files with 0 additions and 3 deletions
|
|
@ -258,9 +258,6 @@ namespace TShockAPI
|
|||
//TShock handles this
|
||||
args.Result = OTAPI.Hooks.NetMessage.PlayerAnnounceResult.None;
|
||||
};
|
||||
// if sqlite.interop cannot be found, try and search the runtimes folder. this usually happens when debugging tsapi
|
||||
// since it does not have the dependency installed directly
|
||||
NativeLibrary.SetDllImportResolver(typeof(Microsoft.Data.Sqlite.SqliteConnection).Assembly, ResolveNativeDep);
|
||||
|
||||
Main.SettingsUnlock_WorldEvil = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue