Skip to content

Commit f9247e8

Browse files
authored
Merge pull request #5 from ZeroKaa/v0.12.0
ATC : Add ATIS in the list of controllers
2 parents 8b73ad0 + 0e12af6 commit f9247e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ export enum AtcType {
3939
TOWER,
4040
DEPARTURE,
4141
APPROACH,
42-
RADAR
42+
RADAR,
43+
ATIS
4344
}
4445

4546
export declare class ATCInfo {

0 commit comments

Comments
 (0)