Fixed the server form state machine to set that we're back to initializing on disconnect.

This commit is contained in:
antiduh
2014-06-26 21:47:18 +00:00
parent 6d4fc877ec
commit 3136c0d3b2

View File

@@ -144,7 +144,7 @@ namespace TestServer
private void server_Disconnected()
{
this.running = false;
this.initializing = false;
this.initializing = true;
this.connected = false;
UpdateButtons();