mirror of
https://github.com/dvdvideo1234/TrackAssemblyTool.git
synced 2025-03-04 03:13:32 -05:00
Added: More things to disable copy for
This commit is contained in:
parent
f653546a13
commit
87e759fae7
@ -2,7 +2,11 @@
|
||||
.svn
|
||||
.github
|
||||
.gitattributes
|
||||
.editorconfig
|
||||
.gitignore
|
||||
.workshop
|
||||
.tgitconfig
|
||||
contributing.md
|
||||
readme.md
|
||||
data
|
||||
license
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user