mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 12:14:41 +01:00
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…
Reference in New Issue
Block a user