This commit is contained in:
Zoryn Aaron 2016-03-27 19:24:59 -04:00
parent 12e03654fc
commit a5667d31cc
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ namespace StardewModdingAPI
[Obsolete("Parameter 'values' is no longer supported. Format before logging.")]
public static void Debug(object message, params object[] values)
{
AsyncO(message);
Debug(message);
}
#endregion