diff --git a/src/Player.php b/src/Player.php index 3b9ab1d..c5a42d8 100644 --- a/src/Player.php +++ b/src/Player.php @@ -135,7 +135,7 @@ class Player */ public function getId(string $type): string { - return $this->getElos()[$type]; + return $this->getIds()[$type]; } /**