From 68e736ceb820e60bf2cf360fba556af7ca6f3dd8 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Tue, 1 Apr 2025 13:26:17 +1300
Subject: [PATCH] .fishlb will now use totalcatches as a tiebreaker

---
 src/EllieBot/Modules/Games/Fish/FishService.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/EllieBot/Modules/Games/Fish/FishService.cs b/src/EllieBot/Modules/Games/Fish/FishService.cs
index 90fc2e9..934aecc 100644
--- a/src/EllieBot/Modules/Games/Fish/FishService.cs
+++ b/src/EllieBot/Modules/Games/Fish/FishService.cs
@@ -475,7 +475,7 @@ public sealed class FishService(
 
         var result = await ctx.GetTable<FishCatch>()
             .GroupBy(x => x.UserId)
-            .OrderByDescending(x => x.Count())
+            .OrderByDescending(x => x.Count()).ThenByDescending(x => x.Sum(x => x.Count))
             .Skip(page * 10)
             .Take(10)
             .Select(x => new