mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Fixed issue where points are doubled
This commit is contained in:
parent
93125bb79c
commit
2bc179c0bb
@ -162,7 +162,7 @@ class Player
|
||||
*/
|
||||
public function setPoints($Points): void
|
||||
{
|
||||
$this->Points = $Points;
|
||||
$this->Points = $Points / 2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user