critical issue fix

This commit is contained in:
Persephone Bubblegum-Holiday 2025-02-11 14:38:37 -07:00
parent 042a8a884d
commit 531c6e9536

View file

@ -50,7 +50,7 @@ namespace networkPaint
private void MainForm_Load(object sender, EventArgs e) private void MainForm_Load(object sender, EventArgs e)
{ {
timer.Start(); if (client.DownloadString(urlTextBox.Text + "/valid.txt").Trim() != "networkPaint") timer.Start();
} }
private void timer_Tick(object sender, EventArgs e) private void timer_Tick(object sender, EventArgs e)