修复聊天室不能发分号

This commit is contained in:
MrZ626
2021-02-11 14:39:46 +08:00
parent a28e25c4fb
commit 33ec4897f6
2 changed files with 4 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ function scene.socketRead(mes)
textBox:push{
COLOR.W,args[1],
COLOR.dY,args[2].." ",
COLOR.sky,args[3]
data.decode("string","base64",COLOR.sky,args[3])
}
elseif cmd=="C"then
if tostring(USER.id)~=args[2]then