Skip to content

Commit aed732b

Browse files
AyanAyan
authored andcommitted
preparing for fix V3
1 parent 19c087a commit aed732b

File tree

3 files changed

+119
-84
lines changed

3 files changed

+119
-84
lines changed

Form1.Designer.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Form1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ public Form1()
2929
var responseFromServer = reader.ReadToEnd();
3030
MessageBox.Show("Updater responded with: " + responseFromServer, "Update Checker");
3131
int res = Convert.ToInt32(responseFromServer);
32-
if (res == 2)
32+
if (res == 3)
3333
{
3434

3535
MessageBox.Show("Thank you for downloading the CSCord app! https://github.com/AyanTheDeveloper/CSCord-App/", "CSCord", MessageBoxButtons.OKCancel, MessageBoxIcon.Information);
3636
}
37-
if (res != 2)
37+
if (res != 3)
3838
{
3939

4040
MessageBox.Show("Please download the latest version of the CSCord app or you will not be able to use CSCord! https://github.com/AyanTheDeveloper/CSCord-App/releases", "Update Required", MessageBoxButtons.OKCancel, MessageBoxIcon.Information);

0 commit comments

Comments
 (0)