mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-21 02:44:03 +00:00
Server: Make start() private
This should not be exposed to plugin use.
This commit is contained in:
parent
6772a69c55
commit
1fb3274f37
@ -2118,7 +2118,7 @@ class Server{
|
|||||||
/**
|
/**
|
||||||
* Starts the PocketMine-MP server and starts processing ticks and packets
|
* Starts the PocketMine-MP server and starts processing ticks and packets
|
||||||
*/
|
*/
|
||||||
public function start(){
|
private function start(){
|
||||||
if($this->getConfigBool("enable-query", true) === true){
|
if($this->getConfigBool("enable-query", true) === true){
|
||||||
$this->queryHandler = new QueryHandler();
|
$this->queryHandler = new QueryHandler();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user