【玩家信息】兼容以前
parent
51b829874d
commit
1d3ef22dac
|
@ -320,8 +320,10 @@ local titleLiveStr
|
||||||
local titleLive
|
local titleLive
|
||||||
function this.RefreshPlayerInfo(data)
|
function this.RefreshPlayerInfo(data)
|
||||||
local curname = ""
|
local curname = ""
|
||||||
if data.serverName then
|
if data.serverName and data.serverName ~= "" then
|
||||||
curname = data.serverName .. " " ..data.name
|
curname = data.serverName .. " " ..data.name
|
||||||
|
elseif this.serverName and this.serverName ~= "" then
|
||||||
|
curname = this.serverName .. " " ..data.name
|
||||||
else
|
else
|
||||||
curname = data.name
|
curname = data.name
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue