Skip to content

Commit

Permalink
Fixed a little Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
UndertakerBen committed Feb 10, 2020
1 parent d936e6d commit d79dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ private void NewMethod(int a, int b, int c, int d, int e, int f, int g)
{
if (File.Exists(@instDir[b] + "\\updates\\Version.log"))
{
if (File.ReadAllText(instDir[a] + "\\updates\\Version.log").Split(new char[] { '|' })[0] == buildversion[a])
if (File.ReadAllText(instDir[b] + "\\updates\\Version.log").Split(new char[] { '|' })[0] == buildversion[a])
{
if (checkBox4.Checked)
{
Expand Down

0 comments on commit d79dc34

Please sign in to comment.