Make laser code start from 1512

for DCS F-14 compatibility: codes below 1511 are not allowed
This commit is contained in:
fhoekstra
2022-05-16 23:55:29 +02:00
committed by GitHub
parent 77b5f6008e
commit 4b39a322a0

View File

@@ -5868,7 +5868,7 @@ function ctld.generateLaserCode()
ctld.jtacGeneratedLaserCodes = {}
-- generate list of laser codes
local _code = 1111
local _code = 1511
local _count = 1