This commit is contained in:
Persephone Bubblegum-Holiday 2025-02-11 14:40:04 -07:00
parent 531c6e9536
commit e46a50b8f1

View file

@ -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)