diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua index 555d123671..345ac7ed7c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua @@ -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