mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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)){
|
||||
$this->type = self::TYPE_READLINE;
|
||||
}
|
||||
|
||||
$this->setClassLoader();
|
||||
}
|
||||
|
||||
public function shutdown(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user