From 456baf35ebcb5ac5e33d0ab927cdfa5f721782b0 Mon Sep 17 00:00:00 2001 From: dfgHiatus Date: Tue, 10 Oct 2023 11:45:25 -0700 Subject: [PATCH] Double bump --- UnityPackageImporter/UnityPackageImporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityPackageImporter/UnityPackageImporter.cs b/UnityPackageImporter/UnityPackageImporter.cs index f843227..b245bb3 100644 --- a/UnityPackageImporter/UnityPackageImporter.cs +++ b/UnityPackageImporter/UnityPackageImporter.cs @@ -27,7 +27,7 @@ public class UnityPackageImporter : ResoniteMod private readonly static ModConfigurationKey importAsRawFiles = new("importAsRawFiles", "Import files as raw binaries.", - () => true); + () => false); [AutoRegisterConfigKey] private readonly static ModConfigurationKey importText = new("importText", "Import Text", () => true);