mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
server-interface clean
This commit is contained in:
@@ -44,8 +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
|
||||
"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