【角色信息】删除服务器名称只在JUMPSERVER类型下显示的限制

dev_chengFeng
gaoxin 2021-07-29 11:50:59 +08:00
parent 1b3e5c196b
commit a61602eae4
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ local titleLiveStr
local titleLive
function this.RefreshPlayerInfo(data)
local curname = ""
if this._ViewType == PLAYER_INFO_VIEW_TYPE.JUPMSERVER and this.serverName then
if this.serverName then
curname = this.serverName .. " " ..data.name
else
curname = data.name