mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
CommandReader: remove unnecessary setClassLoader() call
this is already handled in start() anyway.
This commit is contained in:
@@ -49,8 +49,6 @@ class CommandReader extends Thread{
|
|||||||
if(extension_loaded("readline") and !isset($opts["disable-readline"]) and !$this->isPipe(STDIN)){
|
if(extension_loaded("readline") and !isset($opts["disable-readline"]) and !$this->isPipe(STDIN)){
|
||||||
$this->type = self::TYPE_READLINE;
|
$this->type = self::TYPE_READLINE;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->setClassLoader();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shutdown(){
|
public function shutdown(){
|
||||||
|
Reference in New Issue
Block a user