diff --git a/locale/ExpGaming-Core/ExpGaming - Lib.lua b/locale/ExpGaming-Core/ExpGaming - Lib.lua index 3fe38aff..ef689962 100644 --- a/locale/ExpGaming-Core/ExpGaming - Lib.lua +++ b/locale/ExpGaming-Core/ExpGaming - Lib.lua @@ -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 ) )