Improved move offset check

This commit is contained in:
Shoghi Cervantes
2015-01-02 19:14:18 +01:00
parent e8ad828498
commit 04bdb13103
4 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ class CommandReader extends Thread{
*/
public function __construct(\Threaded $threaded){
$this->buffer = $threaded;
$this->start(PTHREADS_INHERIT_NONE);
$this->start();
}
private function readLine(){