Update tnp3clone.lua

Better to use default template for ST
This commit is contained in:
Iceman 2019-01-20 23:53:54 +01:00 committed by GitHub
parent 49fc2a56ab
commit 6e99b1e49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ local function main(args)
core.clearCommandBuffer()
-- Set sector trailer S0, since it has different access rights
cmd = ('%s 3 %s%s'):format(cset, keyA, b3:sub(13) )
cmd = ('%s 3 %s0f0f0f69000000000000'):format(cset, keyA)
core.console(cmd)
core.clearCommandBuffer()
end