Compare commits

..

No commits in common. "96d9e8c12f6c104885fb25f414d004d823f825d4" and "04555fe3637ac9ddb9649848d023630fa54e8a5f" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ namespace stardew_access.Features
}
catch (System.Exception)
{
MainClass.InfoLog($"custom-tiles.json file not found or an error occured while initializing custom-tiles.json\nThe path of the file should be:\n\t{Path.Combine(MainClass.ModHelper.DirectoryPath, "assets", "custom-tiles.json")}");
MainClass.ErrorLog($"custom-tiles.json file not found or an error occured while initializing custom-tiles.json\nThe path of the file should be:\n\t{Path.Combine(MainClass.ModHelper.DirectoryPath, "assets", "custom-tiles.json")}");
}
}