RCONInstance: Remove pointless code that makes pthreads segfault

pthreads doesn't play well with resources, and this code upsets it. Also, this code is utterly pointless.

The whole of RCON needs burning to the ground...
This commit is contained in:
Dylan K. Taylor 2018-05-07 10:05:05 +01:00
parent 197102ca3d
commit b14dfa9f7e

View File

@ -193,8 +193,6 @@ class RCONInstance extends Thread{
}
}
}
unset($this->socket, $this->cmd, $this->response, $this->stop);
exit(0);
}
public function getThreadName() : string{