fix typo
This commit is contained in:
parent
c7c17002dd
commit
15d8c8c775
@ -320,7 +320,7 @@ namespace EscudeTools
|
||||
{
|
||||
if (Directory.Exists(v1) && File.Exists(v2))
|
||||
{
|
||||
string graphicsDBPath = v1;
|
||||
string graphicsDBPath = v2;
|
||||
using SqliteConnection connection = new($"Data Source={graphicsDBPath};");
|
||||
connection.Open();
|
||||
List<string> tableNames = [];
|
||||
|
Loading…
Reference in New Issue
Block a user