mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Merge branch 'bugfix/gh-6' into develop
This commit is contained in:
commit
7007f00ac8
@ -1,6 +1,7 @@
|
||||
# CHANGELOG
|
||||
|
||||
## vx.y.z (Release: aa-bbb-cccc)
|
||||
* BUGFIX: `Player:GetId` returns elo instead of id
|
||||
|
||||
## v1.1.2 (Release: 21-jun-2019)
|
||||
* ENHANCEMENT: Added update section to dist/readme.md
|
||||
@ -36,4 +37,4 @@
|
||||
* BUGFIX: `Round::getBye()` did not return bye players
|
||||
|
||||
## v1.0 (Released: 03-jun-2019)
|
||||
* Initial release
|
||||
* Initial release
|
||||
|
@ -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