diff --git a/TestServer/ServerForm.cs b/TestServer/ServerForm.cs index ce87559..471d8ec 100644 --- a/TestServer/ServerForm.cs +++ b/TestServer/ServerForm.cs @@ -144,7 +144,7 @@ namespace TestServer private void server_Disconnected() { this.running = false; - this.initializing = false; + this.initializing = true; this.connected = false; UpdateButtons();