mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Removed added line in table.to_string incase that was the problem
This commit is contained in:
@@ -57,7 +57,6 @@ function table.key_to_str ( k )
|
|||||||
end
|
end
|
||||||
|
|
||||||
function table.to_string( tbl )
|
function table.to_string( tbl )
|
||||||
if not type(tbl) == 'table' then return {tostring(tbl)} end
|
|
||||||
local result, done = {}, {}
|
local result, done = {}, {}
|
||||||
for k, v in ipairs( tbl ) do
|
for k, v in ipairs( tbl ) do
|
||||||
table.insert( result, table.val_to_str( v ) )
|
table.insert( result, table.val_to_str( v ) )
|
||||||
|
|||||||
Reference in New Issue
Block a user