Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Fixed Bug where ACARS client flights couldn't be submitted.
Browse files Browse the repository at this point in the history
  • Loading branch information
BossOfGames committed Jun 3, 2019
1 parent a432596 commit 524a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Classes/VAOS_Flights.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function fileReport($data)
$flight->flighttime = $data['flighttime'];
$flight->acars_client = $data['source'];
$flight->fuel_used = $data['fuelused'];
$flight->flight_data = $data['log'];
$flight->sc_log = $data['log'];
$flight->state = 2;
$flight->status = 0;
// Auto Accept System
Expand Down

0 comments on commit 524a137

Please sign in to comment.