summaryrefslogtreecommitdiff
path: root/src/SMAPI/Utilities
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-14 23:11:41 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-14 23:11:41 -0400
commitfd136d34c5d4fbfc708eabf82a5eb9396d8a4756 (patch)
treeeb2991a13b64919a78d9a4b791f1f395e21d8b65 /src/SMAPI/Utilities
parent1a3befa93e073b45e63781cc546cd7c52f316d7c (diff)
downloadSMAPI-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.cs2
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