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