【角色信息】删除服务器名称只在JUMPSERVER类型下显示的限制
parent
1b3e5c196b
commit
a61602eae4
|
@ -225,7 +225,7 @@ local titleLiveStr
|
||||||
local titleLive
|
local titleLive
|
||||||
function this.RefreshPlayerInfo(data)
|
function this.RefreshPlayerInfo(data)
|
||||||
local curname = ""
|
local curname = ""
|
||||||
if this._ViewType == PLAYER_INFO_VIEW_TYPE.JUPMSERVER and this.serverName then
|
if this.serverName then
|
||||||
curname = this.serverName .. " " ..data.name
|
curname = this.serverName .. " " ..data.name
|
||||||
else
|
else
|
||||||
curname = data.name
|
curname = data.name
|
||||||
|
|
Loading…
Reference in New Issue