Skip to content

Commit

Permalink
Changed: Locate index logging
Browse files Browse the repository at this point in the history
TODO: Test importing and exporting DSV
  • Loading branch information
dvdvideo1234 committed Jun 29, 2024
1 parent 24af036 commit eee9a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
------------ CONFIGURE ASMLIB ------------

asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","8.783")
asmlib.SetOpVar("TOOL_VERSION","8.784")

------------ CONFIGURE GLOBAL INIT OPVARS ------------

Expand Down
2 changes: 1 addition & 1 deletion lua/trackassembly/trackasmlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@ function LocatePOA(oRec, ivPoID)
if(sP) then tPOA.P:Decode(sP, oRec.Slot, "Pos", tPOA.O:Get())
LogInstance("Point spawn "..GetReport(ID, sP))
end -- Otherwise point is initialized on registration and we have nothing to do here
LogInstance("Index POA "..GetReport(ID, tPOA.P:String(), tPOA.O:String(), tPOA.A:String()))
LogInstance("Index "..GetReport(ID, tPOA.P:String(), tPOA.O:String(), tPOA.A:String()))
end -- Loop and transform all the POA configuration at once. Game model slot will be taken
end; return stPOA, iPoID
end
Expand Down

0 comments on commit eee9a39

Please sign in to comment.