diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-09 00:53:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-09 00:53:11 -0400 |
commit | 521129ad213da58fda5851f181a81bf661dde9b5 (patch) | |
tree | 286b7f53cf32c5d315e07f3059cc7d1dd16edf3d /src/SMAPI/Utilities | |
parent | 9435711216ee8a8c224d70a18391f9f57f725b35 (diff) | |
download | SMAPI-521129ad213da58fda5851f181a81bf661dde9b5.tar.gz SMAPI-521129ad213da58fda5851f181a81bf661dde9b5.tar.bz2 SMAPI-521129ad213da58fda5851f181a81bf661dde9b5.zip |
raise deprecation levels
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 54657ade..468df0bd 100644 --- a/src/SMAPI/Utilities/PerScreen.cs +++ b/src/SMAPI/Utilities/PerScreen.cs @@ -59,7 +59,7 @@ namespace StardewModdingAPI.Utilities null, $"calling the {nameof(PerScreen<T>)} constructor with null", "3.14.0", - DeprecationLevel.Notice + DeprecationLevel.Info ); #else throw new ArgumentNullException(nameof(createNewState)); |