diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-14 20:33:43 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-14 20:33:43 -0400 |
commit | 97120c6df2f59a12eef0129f13d773bdde305184 (patch) | |
tree | 572cdc2186d6dca0e0816739fdc3814629c9e99f /src/SMAPI | |
parent | 1848abe7d57e32207db9535c9c83d96dbda64ced (diff) | |
download | SMAPI-97120c6df2f59a12eef0129f13d773bdde305184.tar.gz SMAPI-97120c6df2f59a12eef0129f13d773bdde305184.tar.bz2 SMAPI-97120c6df2f59a12eef0129f13d773bdde305184.zip |
update references to old warning IDs (#471)
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/Framework/SGame.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/SGame.cs b/src/SMAPI/Framework/SGame.cs index 67390882..be98aeb1 100644 --- a/src/SMAPI/Framework/SGame.cs +++ b/src/SMAPI/Framework/SGame.cs @@ -633,7 +633,7 @@ namespace StardewModdingAPI.Framework [SuppressMessage("ReSharper", "RedundantCast", Justification = "copied from game code as-is")] [SuppressMessage("ReSharper", "RedundantExplicitNullableCreation", Justification = "copied from game code as-is")] [SuppressMessage("ReSharper", "RedundantTypeArgumentsOfMethod", Justification = "copied from game code as-is")] - [SuppressMessage("SMAPI.CommonErrors", "SMAPI002", Justification = "copied from game code as-is")] + [SuppressMessage("SMAPI.CommonErrors", "AvoidNetField", Justification = "copied from game code as-is")] private void DrawImpl(GameTime gameTime) { if (Game1.debugMode) |