mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make TrimMerge and DatSplit properly bool-returning
This commit is contained in:
@@ -64,7 +64,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 ImportData()
|
||||
{
|
||||
// If file doesn't exist, error and return
|
||||
if (!File.Exists(_filepath))
|
||||
|
||||
Reference in New Issue
Block a user