zhaoyang 3 vuotta sitten
vanhempi
commit
969d7e7bac
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      GameClient/Assets/Game/HotUpdate/ServerProxy/FriendSProxy.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/ServerProxy/FriendSProxy.cs

@@ -103,6 +103,7 @@ namespace ET
         {
             FriendDataManager.Instance.RemoveFriend(message.FriendId);
             EventAgent.DispatchEvent(ConstMessage.FRIEND_REMOVE);
+            EventAgent.DispatchEvent(ConstMessage.RED_CHANGE);
             await ETTask.CompletedTask;
         }
     }