Merge pull request #89 from CJBok/master
Added SDV and SMAPI version information at beginning of logfile
This commit is contained in:
commit
e67288113c
|
@ -50,6 +50,8 @@ namespace StardewModdingAPI
|
|||
|
||||
try
|
||||
{
|
||||
Log.AsyncY("SDV Version: " + Game1.version);
|
||||
Log.AsyncY("SMAPI Version: " + Constants.Version.VersionString);
|
||||
ConfigureUI();
|
||||
ConfigurePaths();
|
||||
ConfigureSDV();
|
||||
|
|
Loading…
Reference in New Issue