mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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
|
||||
*/
|
||||
public function start(){
|
||||
private function start(){
|
||||
if($this->getConfigBool("enable-query", true) === true){
|
||||
$this->queryHandler = new QueryHandler();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user