From ea96f670cd543c161105a8772eec94fa91bea09c Mon Sep 17 00:00:00 2001 From: mikx Date: Sat, 9 Mar 2019 16:45:29 -0500 Subject: [PATCH] (Fix) Chancing base space when empty --- CHANCING (Belt)/Generator.cs | 2 +- CHANCING (Body)/Generator.cs | 2 +- CHANCING (Boots)/Generator.cs | 2 +- CHANCING (Gloves)/Generator.cs | 2 +- CHANCING (Helmet)/Generator.cs | 2 +- CHANCING (Quiver)/Generator.cs | 2 +- CHANCING (Shield)/Generator.cs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANCING (Belt)/Generator.cs b/CHANCING (Belt)/Generator.cs index b055d02..2574537 100644 --- a/CHANCING (Belt)/Generator.cs +++ b/CHANCING (Belt)/Generator.cs @@ -84,7 +84,7 @@ namespace PoE_MxFilterGen } } - if (iB == null) { iB = @""""""; } + if (iB == null) { iB = @" """""; } string fn = @"gen\" + section + ".filter"; File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8); File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8); diff --git a/CHANCING (Body)/Generator.cs b/CHANCING (Body)/Generator.cs index 1b1fbe9..048de50 100644 --- a/CHANCING (Body)/Generator.cs +++ b/CHANCING (Body)/Generator.cs @@ -85,7 +85,7 @@ namespace PoE_MxFilterGen } } - if (iB == null) { iB = @""""""; } + if (iB == null) { iB = @" """""; } string fn = @"gen\" + section + ".filter"; File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8); File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8); diff --git a/CHANCING (Boots)/Generator.cs b/CHANCING (Boots)/Generator.cs index 1cdcc62..2051f82 100644 --- a/CHANCING (Boots)/Generator.cs +++ b/CHANCING (Boots)/Generator.cs @@ -85,7 +85,7 @@ namespace PoE_MxFilterGen } } - if (iB == null) { iB = @""""""; } + if (iB == null) { iB = @" """""; } string fn = @"gen\" + section + ".filter"; File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8); File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8); diff --git a/CHANCING (Gloves)/Generator.cs b/CHANCING (Gloves)/Generator.cs index 0e3188c..d5c1dea 100644 --- a/CHANCING (Gloves)/Generator.cs +++ b/CHANCING (Gloves)/Generator.cs @@ -85,7 +85,7 @@ namespace PoE_MxFilterGen } } - if (iB == null) { iB = @""""""; } + if (iB == null) { iB = @" """""; } string fn = @"gen\" + section + ".filter"; File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8); File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8); diff --git a/CHANCING (Helmet)/Generator.cs b/CHANCING (Helmet)/Generator.cs index d192523..53f7c96 100644 --- a/CHANCING (Helmet)/Generator.cs +++ b/CHANCING (Helmet)/Generator.cs @@ -85,7 +85,7 @@ namespace PoE_MxFilterGen } } - if (iB == null) { iB = @""""""; } + if (iB == null) { iB = @" """""; } string fn = @"gen\" + section + ".filter"; File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8); File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8); diff --git a/CHANCING (Quiver)/Generator.cs b/CHANCING (Quiver)/Generator.cs index 8116ade..fba1d7f 100644 --- a/CHANCING (Quiver)/Generator.cs +++ b/CHANCING (Quiver)/Generator.cs @@ -85,7 +85,7 @@ namespace PoE_MxFilterGen } } - if (iB == null) { iB = @""""""; } + if (iB == null) { iB = @" """""; } string fn = @"gen\" + section + ".filter"; File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8); File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8); diff --git a/CHANCING (Shield)/Generator.cs b/CHANCING (Shield)/Generator.cs index 4044a7c..2a78a91 100644 --- a/CHANCING (Shield)/Generator.cs +++ b/CHANCING (Shield)/Generator.cs @@ -85,7 +85,7 @@ namespace PoE_MxFilterGen } } - if (iB == null) { iB = @""""""; } + if (iB == null) { iB = @" """""; } string fn = @"gen\" + section + ".filter"; File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8); File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);