Skip to content

Commit

Permalink
Update missionCaseAttack.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VItaliy K committed Mar 5, 2016
1 parent e07c81e commit f6f0665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion implementations/Xgp/missionCaseAttack.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ function getPlayerGroupFromQuery($result, $targetUser = false)
$player = new Player($idPlayer, array($fleet));
}

$player = new Player($idPlayer, array($fleet));
$player->setTech($player_info['military_tech'], $player_info['shield_tech'], $player_info['defence_tech']);
$player->setName($player_info['name']);
$playerGroup->addPlayer($player);
Expand Down

0 comments on commit f6f0665

Please sign in to comment.