mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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);
|
||||
}); //prevent CPU waste if it's end of pipe
|
||||
return true; //loop back round
|
||||
}else{
|
||||
$line = trim($raw);
|
||||
}
|
||||
|
||||
$line = trim($raw);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user