修改默认空用户名,修复结算时显示胜利者可能报错

This commit is contained in:
MrZ626
2021-05-15 17:49:25 +08:00
parent 234ae08c76
commit ed2ad35dde
3 changed files with 2 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ function scene.socketRead(cmd,d)
end
end
if winnerUID then
TEXT.show(text.champion:gsub("$1",netPLY.getUsername(winnerUID)),640,260,80,'zoomout',.26)
TEXT.show(text.champion:gsub("$1",USERS.getUsername(winnerUID)),640,260,80,'zoomout',.26)
end
elseif cmd=='stream'then
if d.uid~=USER.uid and playing then