zhaoyang пре 3 година
родитељ
комит
a591b4ba30
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Data/FriendDataManager.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Data/FriendDataManager.cs

@@ -10,6 +10,7 @@ namespace GFGGame
         public void Clear()
         {
             _friendDic.Clear();
+            _list.Clear();
             ClearRecommendDatas();
             ClearSearchDatas();
         }