summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Command.cs
diff options
context:
space:
mode:
Diffstat (limited to 'StardewModdingAPI/Command.cs')
-rw-r--r--StardewModdingAPI/Command.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/StardewModdingAPI/Command.cs b/StardewModdingAPI/Command.cs
index 8bc2c0c3..4214b1a7 100644
--- a/StardewModdingAPI/Command.cs
+++ b/StardewModdingAPI/Command.cs
@@ -78,7 +78,7 @@ namespace StardewModdingAPI
}
RegisteredCommands.Add(c);
- Log.AsyncY("Registered command: " + command);
+ Log.Async("Registered command: " + command);
return c;
}