diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 12:04:14 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 12:04:14 -0400 |
commit | bd146e74e8970156da82684a821e5d29ad054b97 (patch) | |
tree | dc5854ddf4edc61ac7c6e645c13d9e141552f75f /src/SMAPI/Program.cs | |
parent | da66a3ef8eaabf79c26ba8e8e5c8a817560f2c6d (diff) | |
download | SMAPI-bd146e74e8970156da82684a821e5d29ad054b97.tar.gz SMAPI-bd146e74e8970156da82684a821e5d29ad054b97.tar.bz2 SMAPI-bd146e74e8970156da82684a821e5d29ad054b97.zip |
update release notes, minor tweaks (#475)
Diffstat (limited to 'src/SMAPI/Program.cs')
-rw-r--r-- | src/SMAPI/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Program.cs b/src/SMAPI/Program.cs index 73e8bb07..f1152d82 100644 --- a/src/SMAPI/Program.cs +++ b/src/SMAPI/Program.cs @@ -449,7 +449,7 @@ namespace StardewModdingAPI continue; // write input to log file - this.Monitor.LogUserInputToFile(input); + this.Monitor.LogUserInput(input); // parse input try |