Skip to content

Commit

Permalink
Stop the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Jan 4, 2016
1 parent 06c6513 commit 164120b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ asmlib.SetIndexes("V",1,2,3)
asmlib.SetIndexes("A",1,2,3)
asmlib.SetIndexes("S",4,5,6,7)
asmlib.InitAssembly("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","5.156")
asmlib.SetOpVar("TOOL_VERSION","5.157")
asmlib.SetOpVar("DIRPATH_BAS",asmlib.GetOpVar("TOOLNAME_NL")..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_EXP","exp"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_DSV","dsv"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
Expand All @@ -36,7 +36,7 @@ asmlib.SetOpVar("MAX_LINEAR",1000)
asmlib.SetOpVar("MAX_ROTATION",360)
asmlib.SetOpVar("LOG_ONLY",nil)
asmlib.SetOpVar("LOG_SKIP",{"Qsort","ModelToName","ArrayCount","GetEntitySpawn: Not hitting active point"})
asmlib.SetLogControl(100000,"")
asmlib.SetLogControl(0,"")

------ CONFIGURE REPLICATED CVARS ----- Server tells the client what value to use
asmlib.MakeCoVar("maxactrad", "150", {1,500} ,bitBor(FCVAR_ARCHIVE, FCVAR_ARCHIVE_XBOX, FCVAR_NOTIFY, FCVAR_REPLICATED, FCVAR_PRINTABLEONLY), "Maximum active radius to search for a point ID")
Expand Down

0 comments on commit 164120b

Please sign in to comment.