public void stopListening() {
    super.stopListening();

    if (this.myServerListenThread != null) {
      this.getIntegratedServer().func_98033_al().func_98233_a("Stopping server connection");
      this.myServerListenThread.func_71768_b();
      this.myServerListenThread.interrupt();
      this.myServerListenThread = null;
    }
  }