Skip to content

Commit

Permalink
1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentrillum committed Sep 30, 2022
1 parent 38c4ead commit 3153bba
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2092,10 +2092,6 @@ static void RewriteConfig(string fileName)
break;
}
else
{
bracketCheck = originalPosition;
}
if (bracketCheck < globalLine.Count && globalLine[bracketCheck].Contains('{'))
{
rewriteSections = true;
}
Expand Down Expand Up @@ -2183,10 +2179,6 @@ static void RewriteConfig(string fileName)
break;
}
else
{
bracketCheck = originalPosition;
}
if (bracketCheck < globalLine.Count && globalLine[bracketCheck].Contains('{'))
{
rewriteSections = true;
}
Expand Down Expand Up @@ -2274,10 +2266,6 @@ static void RewriteConfig(string fileName)
break;
}
else
{
bracketCheck = originalPosition;
}
if (bracketCheck < globalLine.Count && globalLine[bracketCheck].Contains('{'))
{
rewriteSections = true;
}
Expand Down Expand Up @@ -2365,10 +2353,6 @@ static void RewriteConfig(string fileName)
break;
}
else
{
bracketCheck = originalPosition;
}
if (bracketCheck < globalLine.Count && globalLine[bracketCheck].Contains('{'))
{
rewriteSections = true;
}
Expand Down Expand Up @@ -2456,10 +2440,6 @@ static void RewriteConfig(string fileName)
break;
}
else
{
bracketCheck = originalPosition;
}
if (bracketCheck < globalLine.Count && globalLine[bracketCheck].Contains('{'))
{
rewriteSections = true;
}
Expand Down

0 comments on commit 3153bba

Please sign in to comment.