This commit is contained in:
Applevangelist
2023-11-09 15:05:25 +01:00
parent 9cb4f166f2
commit 7b57bf3ece
5 changed files with 144 additions and 40 deletions

View File

@@ -443,7 +443,7 @@ end
--- Print a table to log in a nice format
-- @param #table table The table to print
-- @param #number ident Number of idents
-- @param #number indent Number of idents
function UTILS.PrintTableToLog(table, indent)
if not table then
env.warning("No table passed!")