mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-13 13:25:16 +00:00
CommandReader: remove unnecessary setClassLoader() call
this is already handled in start() anyway.
This commit is contained in:
parent
889222e9c5
commit
edaef588ab
@ -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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user