summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Inheritance/SObject.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-01-19 12:23:40 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-01-19 12:23:40 -0500
commite9cb691251668af87f25549fdedaf382e820075f (patch)
tree4050e29fc79c54877de5d2ecf905a5befcd512e2 /src/StardewModdingAPI/Inheritance/SObject.cs
parent6adf199987a506f8a65f6c1ddfad5aa9fa2a6a9f (diff)
parentb90387668d5fee2ebf67d730dbb3aa8cec6a5b67 (diff)
downloadSMAPI-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.cs2
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";