Added: More things to disable copy for

This commit is contained in:
dvdvideo1234 2023-01-13 21:01:58 +02:00
parent f653546a13
commit 87e759fae7
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
.svn
.github
.gitattributes
.editorconfig
.gitignore
.workshop
.tgitconfig
contributing.md
readme.md
data
license

View File

@ -93,7 +93,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
------------ CONFIGURE ASMLIB ------------
asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","8.701")
asmlib.SetOpVar("TOOL_VERSION","8.702")
asmlib.SetIndexes("V" ,1,2,3)
asmlib.SetIndexes("A" ,1,2,3)
asmlib.SetIndexes("WV",1,2,3)