//! Removes the client connection object
 public void OnDestroy()
 {
     this.willReconnect = false;
     this.autoReconnect = false;
     this.client        = null;
     ControllerInterface.stopInterface();
 }