mirror of
https://github.com/furyfire/trueskill.git
synced 2025-05-07 20:28:09 +00:00
This commit is contained in:
@ -53,13 +53,13 @@ class PlayerPriorValuesToSkillsLayer extends TrueSkillFactorGraphLayer
|
||||
{
|
||||
$localFactors = $this->getLocalFactors();
|
||||
|
||||
//All priors
|
||||
return $this->scheduleSequence(
|
||||
array_map(
|
||||
//Prior to Skill Step
|
||||
static fn($prior): ScheduleStep => new ScheduleStep($prior, 0),
|
||||
$localFactors
|
||||
),
|
||||
'All priors'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user