Fixed bug with the demo server not handling client disconnects correctly.

This commit is contained in:
antiduh
2014-07-08 17:42:56 +00:00
parent c7e14025ac
commit ba166c373a

View File

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