Update TShockAPI/DB/ResearchDatastore.cs
@hakusaro raised a solid point in Discord. Co-authored-by: Lucas Nicodemus <shank@shanked.me>
This commit is contained in:
parent
df22a33132
commit
2b4faf4d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace TShockAPI.DB
|
|||
}
|
||||
catch (DllNotFoundException)
|
||||
{
|
||||
System.Console.WriteLine("Possible problem with your database - is Sqlite3.dll present?");
|
||||
Console.WriteLine("Possible problem with your database - is Sqlite3.dll present?");
|
||||
throw new Exception("Could not find a database library (probably Sqlite3.dll)");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue