summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/SChatBox.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Framework/SChatBox.cs')
-rw-r--r--src/SMAPI/Framework/SChatBox.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/SMAPI/Framework/SChatBox.cs b/src/SMAPI/Framework/SChatBox.cs
index d6286c12..7d6f2e5f 100644
--- a/src/SMAPI/Framework/SChatBox.cs
+++ b/src/SMAPI/Framework/SChatBox.cs
@@ -1,11 +1,9 @@
-#nullable disable
-
using StardewValley;
using StardewValley.Menus;
namespace StardewModdingAPI.Framework
{
- /// <summary>SMAPI's implementation of the chatbox which intercepts errors for logging.</summary>
+ /// <summary>SMAPI's implementation of the chat box which intercepts errors for logging.</summary>
internal class SChatBox : ChatBox
{
/*********