Skip to content

Commit

Permalink
GH-139 Use flight mission enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mdziekon committed Jun 1, 2022
1 parent 2b44c0e commit 1e63327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleet1.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
);
$_Lang['P_DisableCoordSel'] = 'disabled';
$_Lang['SelectedACSID'] = $unionData['id'];
$_Lang['SetTargetMission'] = 2;
$_Lang['SetTargetMission'] = Flights\Enums\FleetMission::UnitedAttack;
}

if (empty($SetPos)) {
Expand Down

0 comments on commit 1e63327

Please sign in to comment.