Server: Make start() private

This should not be exposed to plugin use.
This commit is contained in:
Dylan K. Taylor 2018-01-06 15:04:58 +00:00
parent 6772a69c55
commit 1fb3274f37

View File

@ -2118,7 +2118,7 @@ class Server{
/**
* Starts the PocketMine-MP server and starts processing ticks and packets
*/
public function start(){
private function start(){
if($this->getConfigBool("enable-query", true) === true){
$this->queryHandler = new QueryHandler();
}