字符串可以参考这个
https://atom-l.github.io/lua5.4-manual-zh/6.4.1.html
服务端找到这段注释掉
客户端找到这段
local firstName = xPlayer.get('firstName')
local lastName = xPlayer.get('lastName')
if not string.match(firstName, "^%a+$") or not string.match(lastName, "^%a+$") then...