diff --git a/src/SMAPI/ICommandHelper.cs b/src/SMAPI/ICommandHelper.cs index 196e1051..b92e5162 100644 --- a/src/SMAPI/ICommandHelper.cs +++ b/src/SMAPI/ICommandHelper.cs @@ -21,6 +21,7 @@ namespace StardewModdingAPI /// The command name. /// The command arguments. /// Returns whether a matching command was triggered. + [Obsolete("Manually triggering console commands will no longer be supported in SMAPI 4.0.0.")] bool Trigger(string name, string[] arguments); } }