mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
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:
@ -193,8 +193,6 @@ class RCONInstance extends Thread{
|
||||
}
|
||||
}
|
||||
}
|
||||
unset($this->socket, $this->cmd, $this->response, $this->stop);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
public function getThreadName() : string{
|
||||
|
Reference in New Issue
Block a user