Merge pull request #89 from CJBok/master

Added SDV and SMAPI version information at beginning of logfile
This commit is contained in:
Carl 2016-03-31 21:49:22 +01:00
commit e67288113c
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ namespace StardewModdingAPI
try
{
Log.AsyncY("SDV Version: " + Game1.version);
Log.AsyncY("SMAPI Version: " + Constants.Version.VersionString);
ConfigureUI();
ConfigurePaths();
ConfigureSDV();