diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index eb7ed48..94f176d 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -230,8 +230,8 @@ class TeamController{ 'rank' => $rank, 'equip_id' => $equip_id, 'game_times' => $row['game_times'], - 'game_times' => $row['game_times'], - 'game_times' => $row['game_times'], + 'win_times' => $row['win_times'], + 'kills' => $row['kills'], )); $r->set(TEAMID_KEY . $team_uuid, json_encode($user_db)); $r -> pexpire(TEAMID_KEY . $team_uuid, 1000 * 600);