zhaoyang 3 years ago
parent
commit
969d7e7bac
1 changed files with 1 additions and 0 deletions
  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;
         }
     }