mirror of
https://github.com/furyfire/trueskill.git
synced 2025-05-08 04:38:08 +00:00
Stringable removed.
This commit is contained in:
@ -77,6 +77,6 @@ class PlayerPriorValuesToSkillsLayer extends TrueSkillFactorGraphLayer
|
||||
$parentFactorGraph = $this->getParentFactorGraph();
|
||||
$variableFactory = $parentFactorGraph->getVariableFactory();
|
||||
|
||||
return $variableFactory->createKeyedVariable($key, (string)$key->getId() . "'s skill");
|
||||
return $variableFactory->createKeyedVariable($key, $key->getId() . "'s skill");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user