@@ -105,7 +105,7 @@ |
||
105 | 105 | $players = []; |
106 | 106 | $data = json_decode($json); |
107 | 107 | foreach ($data as $player) { |
108 | - $players[] = array("id" => $player->id, "name" => $player->name,"ping" => $player->ping, "identifiers" => $player->identifiers); |
|
108 | + $players[] = array( "id" => $player->id, "name" => $player->name, "ping" => $player->ping, "identifiers" => $player->identifiers ); |
|
109 | 109 | } |
110 | 110 | return $players; |
111 | 111 | } |