mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 08:47:49 +00:00
Tenative pass at getting prior layer working. Found out about division by zero and closure differences.
This commit is contained in:
@ -9,7 +9,7 @@ class RatingContainer
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->_playerToRating = new \HashMap();
|
||||
$this->_playerToRating = new HashMap();
|
||||
}
|
||||
|
||||
public function getRating($player)
|
||||
|
Reference in New Issue
Block a user