From 2b4faf4d9b0d87b8a5927d7cc15b39d304c79ee0 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 25 May 2020 03:11:41 -0400 Subject: [PATCH] Update TShockAPI/DB/ResearchDatastore.cs @hakusaro raised a solid point in Discord. Co-authored-by: Lucas Nicodemus --- TShockAPI/DB/ResearchDatastore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/DB/ResearchDatastore.cs b/TShockAPI/DB/ResearchDatastore.cs index b861aedd..cb7d933c 100644 --- a/TShockAPI/DB/ResearchDatastore.cs +++ b/TShockAPI/DB/ResearchDatastore.cs @@ -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)"); } }