FIx
This commit is contained in:
parent
986b0efd8d
commit
4a8f3d15c1
@ -906,7 +906,7 @@ class MTProto extends AsyncConstruct implements TLCallback
|
|||||||
|
|
||||||
public function startUpdateSystem($anyway = false)
|
public function startUpdateSystem($anyway = false)
|
||||||
{
|
{
|
||||||
if ($this->asyncInitPromise || !$anyway) {
|
if ($this->asyncInitPromise && !$anyway) {
|
||||||
$this->logger("Not starting update system");
|
$this->logger("Not starting update system");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user