diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 20:53:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 20:53:09 -0400 |
commit | c37280222dac3409f78413d90c8e50f6d410b3d1 (patch) | |
tree | 6212b3e15fd1a147dd013b5f08841f39e25febed /src/SMAPI/Framework/DeprecationManager.cs | |
parent | 1ff4a0774e790acfb0f8a54d8e87f9540876072e (diff) | |
download | SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.tar.gz SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.tar.bz2 SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.zip |
minor cleanup
Diffstat (limited to 'src/SMAPI/Framework/DeprecationManager.cs')
-rw-r--r-- | src/SMAPI/Framework/DeprecationManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/Framework/DeprecationManager.cs b/src/SMAPI/Framework/DeprecationManager.cs index 11fae0b2..94a2da85 100644 --- a/src/SMAPI/Framework/DeprecationManager.cs +++ b/src/SMAPI/Framework/DeprecationManager.cs @@ -107,6 +107,7 @@ namespace StardewModdingAPI.Framework } } } + this.QueuedWarnings.Clear(); } |