Skip to content

Commit

Permalink
Merge pull request #233 from DCS-Skunkworks/New-VersionNr-for-some-luas
Browse files Browse the repository at this point in the history
New VersionNr for luas
  • Loading branch information
WarLord211 authored Sep 22, 2023
2 parents 7aaebff + f5ac5e4 commit 83d404c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/DCS-BIOS/lib/A-10C.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIOS.protocol.beginModule("A-10C", 0x1000)
BIOS.protocol.setExportModuleAircrafts({"A-10C", "A-10C_2"})
--v3.0 overhaul by WarLord,charliefoxtwo,talbotmcinnis&DeadMeat
--v3.1a overhaul by WarLord,charliefoxtwo,talbotmcinnis&DeadMeat
local inputProcessors = moduleBeingDefined.inputProcessors
local documentation = moduleBeingDefined.documentation

Expand Down
2 changes: 1 addition & 1 deletion Scripts/DCS-BIOS/lib/AH-64D.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIOS.protocol.beginModule("AH-64D", 0x8000)
BIOS.protocol.setExportModuleAircrafts({"AH-64D_BLK_II"})
--v1.2c by WarLord & charliefoxtwo
--v1.2d by WarLord & charliefoxtwo
local documentation = moduleBeingDefined.documentation

local document = BIOS.util.document
Expand Down

0 comments on commit 83d404c

Please sign in to comment.