From a3d46d6621e78299a8db3414c35fde3351af5ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E7=82=B9lilac?= Date: Sat, 26 Dec 2020 12:32:44 +0800 Subject: [PATCH] =?UTF-8?q?IniWriter=E8=8E=B7=E5=8F=96=E5=80=BC=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E9=94=AE=E5=80=BC=E6=97=B6=E5=86=99=E5=85=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ContextMenuManager/BulePointLilac.Methods/IniWriter.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ContextMenuManager/BulePointLilac.Methods/IniWriter.cs b/ContextMenuManager/BulePointLilac.Methods/IniWriter.cs index 2253e27..4c82011 100644 --- a/ContextMenuManager/BulePointLilac.Methods/IniWriter.cs +++ b/ContextMenuManager/BulePointLilac.Methods/IniWriter.cs @@ -79,6 +79,8 @@ namespace BulePointLilac.Methods } } + if(isGetValue) return; + if(sectionRow == -1) { if(key != null && value != null)