mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DATabase] Miscellaneous integration cleanups
This cleans up a lot of things left over from the original integration of DATabaseTwo into DATabase. This also includes some updates that will make importing DATs even easier and make the import process more streamlined.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace SabreTools
|
||||
/// Import the data from file into the database
|
||||
/// </summary>
|
||||
/// <returns>True if the data was imported, false otherwise</returns>
|
||||
public bool ImportData()
|
||||
public bool UpdateDatabase()
|
||||
{
|
||||
// If file doesn't exist, error and return
|
||||
if (!File.Exists(_filepath))
|
||||
|
||||
Reference in New Issue
Block a user