diff --git a/src/Client/Basic.php b/src/Client/Basic.php index ea7064e..4ac73ec 100644 --- a/src/Client/Basic.php +++ b/src/Client/Basic.php @@ -422,6 +422,9 @@ protected function handleGroupLeft(In\GroupLeft $package): void { } protected function triggerOnReady(): void { + if ($this->isReady) { + return; + } $this->isReady = true; $this->logger?->notice("{charName} is now ready", [ "charName" => $this->loggedInChar,