mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Return id instead of elo
Fixes gh-6
This commit is contained in:
parent
57de5d5a9c
commit
e28cff4e8f
@ -135,7 +135,7 @@ class Player
|
||||
*/
|
||||
public function getId(string $type): string
|
||||
{
|
||||
return $this->getElos()[$type];
|
||||
return $this->getIds()[$type];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user