优化用户名+id显示

This commit is contained in:
MrZ626
2021-02-11 17:12:46 +08:00
parent ececb31307
commit 6d6ee45830
2 changed files with 6 additions and 6 deletions

View File

@@ -68,14 +68,14 @@ function scene.socketRead(mes)
if cmd=="J"or cmd=="L"then
textBox:push{
COLOR.lR,args[1],
COLOR.dY,args[2].." ",
COLOR.dY,"#"..args[2].." ",
COLOR.Y,text[cmd=="J"and"joinRoom"or"leaveRoom"]
}
remain=tonumber(args[3])
elseif cmd=="T"then
textBox:push{
COLOR.W,args[1],
COLOR.dY,args[2].." ",
COLOR.dY,"#"..args[2].." ",
data.decode("string","base64",COLOR.sky,args[3])
}
else