@@ -204,8 +204,7 @@ |
||
204 | 204 | |
205 | 205 | if (isset($participant['attributes']['stats']['userID'])) { |
206 | 206 | $userId = $participant['attributes']['stats']['userID']; |
207 | - } |
|
208 | - else { |
|
207 | + } else { |
|
209 | 208 | $userId = $participant['relationships']['player']['data']['id']; |
210 | 209 | } |
211 | 210 | Assert::string($userId); |