Przeglądaj źródła

修改好友排序

leiyasi 1 rok temu
rodzic
commit
b02f50475e

+ 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;
+                }
             });
         }