mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +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
|
||||
|
||||
function table.to_string( tbl )
|
||||
if not type(tbl) == 'table' then return {tostring(tbl)} end
|
||||
local result, done = {}, {}
|
||||
for k, v in ipairs( tbl ) do
|
||||
table.insert( result, table.val_to_str( v ) )
|
||||
|
||||
Reference in New Issue
Block a user