diff --git a/Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs b/Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs index 621734d..e169341 100644 --- a/Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs +++ b/Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs @@ -52,6 +52,7 @@ public override async void OnOpen(object userData) } #endif #if ENABLE_UI_FAIRYGUI + this.m_player_list.DataList = new List(playerList); this.m_player_list.numItems = playerList.Count; #endif }