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:
Zack 2020-05-25 03:11:41 -04:00 committed by GitHub
parent df22a33132
commit 2b4faf4d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ namespace TShockAPI.DB
} }
catch (DllNotFoundException) 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)"); throw new Exception("Could not find a database library (probably Sqlite3.dll)");
} }
} }