diff --git a/src/Server.php b/src/Server.php index e4faf67e1..6e2d65412 100644 --- a/src/Server.php +++ b/src/Server.php @@ -1358,7 +1358,7 @@ class Server{ if(isset($this->console)){ $this->getLogger()->debug("Closing console"); $this->console->shutdown(); - $this->console->notify(); + $this->console->quit(); } if(isset($this->network)){