功能批量实现 优化 服务端 新浮动小游戏框架 新界面UI
This commit is contained in:
@@ -41,7 +41,10 @@ public class rkPrefab : MonoBehaviour
|
||||
|
||||
if (this_username != null)
|
||||
{
|
||||
string displayName = string.IsNullOrWhiteSpace(entry.display_name) ? entry.steam_id : entry.display_name;
|
||||
string displayName = GameServer.Client.NetworkManager.ResolveDisplayName(
|
||||
entry.display_name,
|
||||
entry.steam_id,
|
||||
false);
|
||||
this_username.text = TruncateToFit(this_username, displayName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user