mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-06 02:18:23 +02: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