summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Logging/LogFileManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Framework/Logging/LogFileManager.cs')
-rw-r--r--src/SMAPI/Framework/Logging/LogFileManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/Framework/Logging/LogFileManager.cs b/src/SMAPI/Framework/Logging/LogFileManager.cs
index 6ab2bdfb..0b6f9ad2 100644
--- a/src/SMAPI/Framework/Logging/LogFileManager.cs
+++ b/src/SMAPI/Framework/Logging/LogFileManager.cs
@@ -1,3 +1,5 @@
+#nullable disable
+
using System;
using System.IO;