mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 05:34:54 +00:00
CommandReader: Removed redundant else branch
This commit is contained in:
parent
ebd3d207e4
commit
d80f711d18
@ -133,9 +133,9 @@ class CommandReader extends Thread{
|
|||||||
$this->wait(200000);
|
$this->wait(200000);
|
||||||
}); //prevent CPU waste if it's end of pipe
|
}); //prevent CPU waste if it's end of pipe
|
||||||
return true; //loop back round
|
return true; //loop back round
|
||||||
}else{
|
|
||||||
$line = trim($raw);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$line = trim($raw);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user