diff --git a/src/pocketmine/network/rcon/RCON.php b/src/pocketmine/network/rcon/RCON.php index 624045789..743e903ec 100644 --- a/src/pocketmine/network/rcon/RCON.php +++ b/src/pocketmine/network/rcon/RCON.php @@ -85,7 +85,6 @@ class RCON{ public function stop(){ $this->instance->close(); socket_write($this->ipcMainSocket, "\x00"); //make select() return - Server::microSleep(50000); $this->instance->quit(); @socket_close($this->socket);