Skip to content

Commit 14b5e57

Browse files
Update ATIS - 200 - Nevada Nellis.lua
1 parent f3fa7cd commit 14b5e57

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Ops/ATIS/ATIS - 200 - Nevada Nellis/ATIS - 200 - Nevada Nellis.lua

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
2-
31
-- ATIS Nellis AFB on 270.10 MHz AM.
4-
atisNellis=ATIS:New(AIRBASE.Nevada.Nellis_AFB, 270.1)
2+
atisNellis=ATIS:New(AIRBASE.Nevada.Nellis, 270.1)
53
atisNellis:SetRadioRelayUnitName("Radio Relay Nellis")
64
atisNellis:SetActiveRunway("21L")
75
atisNellis:SetTowerFrequencies({327.000, 132.550})
@@ -14,7 +12,7 @@ atisNellis:Start()
1412

1513

1614
-- ATIS Creech AFB on 290.45 MHz AM
17-
atisCreech=ATIS:New(AIRBASE.Nevada.Creech_AFB, 290.45)
15+
atisCreech=ATIS:New(AIRBASE.Nevada.Creech, 290.45)
1816
atisCreech:SetRadioRelayUnitName("Radio Relay Creech")
1917
atisCreech:SetTowerFrequencies({360.6, 118.3})
2018
atisCreech:AddILS(108.7, "08")
@@ -23,7 +21,7 @@ atisCreech:Start()
2321

2422

2523
-- ATIS Creech AFB on 290.45 MHz AM.
26-
atisMcCarran=ATIS:New(AIRBASE.Nevada.McCarran_International_Airport, 132.4)
24+
atisMcCarran=ATIS:New(AIRBASE.Nevada.McCarran_International, 132.4)
2725
atisMcCarran:SetRadioRelayUnitName("Radio Relay McCarran")
2826
atisMcCarran:SetTowerFrequencies({257.8, 119.9})
2927
atisMcCarran:SetRunwayHeadingsMagnetic({"25L", "25R"})
@@ -35,3 +33,4 @@ atisMcCarran:SetTACAN(116)
3533
atisMcCarran:SetElevation()
3634
atisMcCarran:SetRunwayLength()
3735
atisMcCarran:Start()
36+

0 commit comments

Comments
 (0)