From e46a50b8f1d796f1d3975a11fe7464c87ca04de4 Mon Sep 17 00:00:00 2001 From: Persephone Bubblegum-Holiday Date: Tue, 11 Feb 2025 14:40:04 -0700 Subject: [PATCH] oops --- networkPaint/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networkPaint/MainForm.cs b/networkPaint/MainForm.cs index 63ed70e..e98dc8f 100644 --- a/networkPaint/MainForm.cs +++ b/networkPaint/MainForm.cs @@ -50,7 +50,7 @@ namespace networkPaint private void MainForm_Load(object sender, EventArgs e) { - if (client.DownloadString(urlTextBox.Text + "/valid.txt").Trim() != "networkPaint") timer.Start(); + if (client.DownloadString(urlTextBox.Text + "/valid.txt").Trim() == "networkPaint") timer.Start(); } private void timer_Tick(object sender, EventArgs e)