summaryrefslogtreecommitdiff
path: root/src/SMAPI/Program.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-25 12:04:14 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-25 12:04:14 -0400
commitbd146e74e8970156da82684a821e5d29ad054b97 (patch)
treedc5854ddf4edc61ac7c6e645c13d9e141552f75f /src/SMAPI/Program.cs
parentda66a3ef8eaabf79c26ba8e8e5c8a817560f2c6d (diff)
downloadSMAPI-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.cs2
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