Skip to content

Commit

Permalink
Add function to table print
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk committed Nov 17, 2023
1 parent 7ca66ab commit 81cd727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/entities/gmod_wire_expression2/core/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ local tostring_typeid = {
xm2 = tostrings.table,
a = tostrings.Vector,
xv4 = tostrings.Vector4,
f = tostring
}

local function checkAbort( ret, cost, abortafter )
Expand Down

0 comments on commit 81cd727

Please sign in to comment.