mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix ambiguous references
This commit is contained in:
@@ -55,7 +55,7 @@ contents of any changed dats.";
|
||||
}
|
||||
|
||||
// Make sure the file exists
|
||||
if (!File.Exists(_db))
|
||||
if (!System.IO.File.Exists(_db))
|
||||
EnsureDatabase(_db, _connectionString);
|
||||
|
||||
// Make sure the dats dir is set
|
||||
|
||||
Reference in New Issue
Block a user