This commit is contained in:
Daniil Gentili 2019-06-05 20:26:09 +02:00
parent 986b0efd8d
commit 4a8f3d15c1

View File

@ -906,7 +906,7 @@ class MTProto extends AsyncConstruct implements TLCallback
public function startUpdateSystem($anyway = false)
{
if ($this->asyncInitPromise || !$anyway) {
if ($this->asyncInitPromise && !$anyway) {
$this->logger("Not starting update system");
return;
}