mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
No desync with server interface now
This commit is contained in:
@@ -44,6 +44,8 @@ function table.val_to_str ( v )
|
||||
return '"' .. string.gsub(v,'"', '\\"' ) .. '"'
|
||||
else
|
||||
return "table" == type( v ) and table.tostring( v ) or
|
||||
"function" == type( v ) and '"cant_display_function"' or
|
||||
"userdata" == type( v ) and '"cant_display_userdata"' or
|
||||
tostring( v )
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user