Added SDV and SMAPI version information at beginning of logfile.

This commit is contained in:
CJB 2016-03-31 22:47:19 +02:00
parent eda32ed558
commit a879733ed0
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();