Browse Source

修改好友排序

leiyasi 1 year ago
parent
commit
b02f50475e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      GameClient/Assets/Game/HotUpdate/Data/FriendDataManager.cs

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

@@ -114,10 +114,14 @@ namespace GFGGame
                 {
                     return -1;
                 }
-                else
+                else if(count < 0)
                 {
                     return 1;
                 }
+                else
+                {
+                    return 0;
+                }
             });
         }