mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
Merge branch 'release/3.3'
This commit is contained in:
commit
7ee4fd55d3
@ -84,7 +84,6 @@ class RCON{
|
|||||||
public function stop() : void{
|
public function stop() : void{
|
||||||
$this->instance->close();
|
$this->instance->close();
|
||||||
socket_write($this->ipcMainSocket, "\x00"); //make select() return
|
socket_write($this->ipcMainSocket, "\x00"); //make select() return
|
||||||
Server::microSleep(50000);
|
|
||||||
$this->instance->quit();
|
$this->instance->quit();
|
||||||
|
|
||||||
@socket_close($this->socket);
|
@socket_close($this->socket);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user