diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-11 01:47:12 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-11 01:47:12 -0500 |
commit | 28ba3408bc84dd9d33f0aed126080be4dceb17f6 (patch) | |
tree | 8e4505ca51a30dab128aeae4c6ad555412b55867 /src/SMAPI/Utilities/PerScreen.cs | |
parent | cefd9e23b06599aca3fefba7a78c6c785f4e5d57 (diff) | |
download | SMAPI-28ba3408bc84dd9d33f0aed126080be4dceb17f6.tar.gz SMAPI-28ba3408bc84dd9d33f0aed126080be4dceb17f6.tar.bz2 SMAPI-28ba3408bc84dd9d33f0aed126080be4dceb17f6.zip |
raise all deprecation messages to the final level
Diffstat (limited to 'src/SMAPI/Utilities/PerScreen.cs')
-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 468df0bd..87bf2027 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.Info + DeprecationLevel.PendingRemoval ); #else throw new ArgumentNullException(nameof(createNewState)); |