Merge pull request #76 from fhoekstra/patch-1

Make laser code start from 1512
This commit is contained in:
Ciaran Fisher 2022-05-17 08:22:44 +01:00 committed by GitHub
commit b801853ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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