mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2025-01-08 04:09:52 +01:00
Fixed issue where points are doubled
This commit is contained in:
parent
b6268eac52
commit
e4097c93f3
@ -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