zhaoyang hace 3 años
padre
commit
a591b4ba30
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
         }