|
@@ -162,7 +162,7 @@ |
|
|
block discarded – undo |
|
162
|
162
|
$avatar = $this->streamPictureCreator->createPicture($this->getAvatar($player)); |
|
163
|
163
|
$gamercard->copyResized($avatar, 9, 30, 0, 0, 64, 64); |
|
164
|
164
|
|
|
165
|
|
- $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'],5); |
|
|
165
|
+ $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'], 5); |
|
166
|
166
|
|
|
167
|
167
|
$startX = 9; |
|
168
|
168
|
foreach ($playerGames as $playerGame) { |
Please login to merge, or discard this patch.