This commit is contained in:
Jeroen De Meerleer 2019-02-06 20:54:07 +01:00
parent 561db83248
commit 4c4386e023
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class Player
*/
public function setScoreAmerican($ScoreAmerican): void
{
$this->ScoreAmerican = $ScoreAmerica;
$this->ScoreAmerican = $ScoreAmerican;
}
/**