Skip to content

Commit

Permalink
POA will always be numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Apr 15, 2024
1 parent d020b9f commit 8d0b6ae
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 @@ -84,7 +84,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
------------ CONFIGURE ASMLIB ------------

asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","8.761")
asmlib.SetOpVar("TOOL_VERSION","8.762")

------------ 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 @@ -1565,7 +1565,7 @@ function NewPOA()
return Angle(self:Get())
end
function self:String()
return tableConcat(self, mSep):gsub("%s","")
return tableConcat(self, mSep)
end
function self:Set(nA, nB, nC)
self[1] = (tonumber(nA) or 0)
Expand Down

0 comments on commit 8d0b6ae

Please sign in to comment.