From 4b39a322a0a4724d28d14d39c4d80ec52615d63b Mon Sep 17 00:00:00 2001 From: fhoekstra <32362869+fhoekstra@users.noreply.github.com> Date: Mon, 16 May 2022 23:55:29 +0200 Subject: [PATCH] Make laser code start from 1512 for DCS F-14 compatibility: codes below 1511 are not allowed --- CTLD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTLD.lua b/CTLD.lua index 0e091b4..c64fc5c 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -5868,7 +5868,7 @@ function ctld.generateLaserCode() ctld.jtacGeneratedLaserCodes = {} -- generate list of laser codes - local _code = 1111 + local _code = 1511 local _count = 1