mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 14:36:57 +01:00
Merge branch 'develop' into task/reader/swar
This commit is contained in:
commit
44175fd47d
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## vx.y.z (Release: aa-bbb-cccc)
|
## vx.y.z (Release: aa-bbb-cccc)
|
||||||
* NEW READER: `swar-4` for reading out files created with Swar version 4.
|
* NEW READER: `swar-4` for reading out files created with Swar version 4.
|
||||||
|
* BUGFIX: `Player:GetId` returns elo instead of id
|
||||||
|
|
||||||
## v1.1.2 (Release: 21-jun-2019)
|
## v1.1.2 (Release: 21-jun-2019)
|
||||||
* ENHANCEMENT: Added update section to dist/readme.md
|
* ENHANCEMENT: Added update section to dist/readme.md
|
||||||
|
@ -135,7 +135,7 @@ class Player
|
|||||||
*/
|
*/
|
||||||
public function getId(string $type): string
|
public function getId(string $type): string
|
||||||
{
|
{
|
||||||
return $this->getElos()[$type];
|
return $this->getIds()[$type];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user