diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-19 12:23:40 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-19 12:23:40 -0500 |
commit | e9cb691251668af87f25549fdedaf382e820075f (patch) | |
tree | 4050e29fc79c54877de5d2ecf905a5befcd512e2 /src/StardewModdingAPI/Inheritance/SObject.cs | |
parent | 6adf199987a506f8a65f6c1ddfad5aa9fa2a6a9f (diff) | |
parent | b90387668d5fee2ebf67d730dbb3aa8cec6a5b67 (diff) | |
download | SMAPI-e9cb691251668af87f25549fdedaf382e820075f.tar.gz SMAPI-e9cb691251668af87f25549fdedaf382e820075f.tar.bz2 SMAPI-e9cb691251668af87f25549fdedaf382e820075f.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/StardewModdingAPI/Inheritance/SObject.cs')
-rw-r--r-- | src/StardewModdingAPI/Inheritance/SObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/Inheritance/SObject.cs b/src/StardewModdingAPI/Inheritance/SObject.cs index eae5424d..0b0a7ec9 100644 --- a/src/StardewModdingAPI/Inheritance/SObject.cs +++ b/src/StardewModdingAPI/Inheritance/SObject.cs @@ -49,7 +49,7 @@ namespace StardewModdingAPI.Inheritance *********/ public SObject() { - Program.DeprecationManager.Warn(nameof(SObject), "0.39.3", DeprecationLevel.Info); + Program.DeprecationManager.Warn(nameof(SObject), "0.39.3", DeprecationLevel.PendingRemoval); this.name = "Modded Item Name"; this.Description = "Modded Item Description"; |