diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-14 23:11:41 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-14 23:11:41 -0400 |
commit | fd136d34c5d4fbfc708eabf82a5eb9396d8a4756 (patch) | |
tree | eb2991a13b64919a78d9a4b791f1f395e21d8b65 /src/SMAPI/Utilities | |
parent | 1a3befa93e073b45e63781cc546cd7c52f316d7c (diff) | |
download | SMAPI-fd136d34c5d4fbfc708eabf82a5eb9396d8a4756.tar.gz SMAPI-fd136d34c5d4fbfc708eabf82a5eb9396d8a4756.tar.bz2 SMAPI-fd136d34c5d4fbfc708eabf82a5eb9396d8a4756.zip |
track full mod & stack metadata in queued deprecation warnings
Diffstat (limited to 'src/SMAPI/Utilities')
-rw-r--r-- | src/SMAPI/Utilities/PerScreen.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Utilities/PerScreen.cs b/src/SMAPI/Utilities/PerScreen.cs index ba4f3325..6c2e436b 100644 --- a/src/SMAPI/Utilities/PerScreen.cs +++ b/src/SMAPI/Utilities/PerScreen.cs @@ -96,7 +96,7 @@ namespace StardewModdingAPI.Utilities if (!nullExpected) { SCore.DeprecationManager.Warn( - SCore.DeprecationManager.GetSourceNameFromStack(), + SCore.DeprecationManager.GetModFromStack(), $"calling the {nameof(PerScreen<T>)} constructor with null", "3.14.0", DeprecationLevel.Notice |