thirdparty: add flightmap integration

This commit is contained in:
Cameron Weaver (Clutch)
2017-09-27 15:00:54 -04:00
committed by Shagu
parent 92de8e5ea4
commit ecbccbaeda
11 changed files with 25 additions and 0 deletions
+1
View File
@@ -1345,6 +1345,7 @@ pfUI:RegisterModule("gui", function ()
CreateConfig(this, T["WIM"], C.thirdparty.wim, "enable", "checkbox")
CreateConfig(this, T["HealComm"], C.thirdparty.healcomm, "enable", "checkbox")
CreateConfig(this, T["CleanUp"], C.thirdparty.cleanup, "enable", "checkbox")
CreateConfig(this, T["FlightMap"], C.thirdparty.flightmap, "enable", "checkbox")
this.setup = true
end
end)