修改默认空用户名,修复结算时显示胜利者可能报错
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user