Fixed the server form state machine to set that we're back to initializing on disconnect.
This commit is contained in:
@@ -144,7 +144,7 @@ namespace TestServer
|
||||
private void server_Disconnected()
|
||||
{
|
||||
this.running = false;
|
||||
this.initializing = false;
|
||||
this.initializing = true;
|
||||
this.connected = false;
|
||||
|
||||
UpdateButtons();
|
||||
|
||||
Reference in New Issue
Block a user