diff --git a/ProjectLighthouse.Servers.GameServer/Types/Categories/LuckyDipCategory.cs b/ProjectLighthouse.Servers.GameServer/Types/Categories/LuckyDipCategory.cs index 49c57402..93bea880 100644 --- a/ProjectLighthouse.Servers.GameServer/Types/Categories/LuckyDipCategory.cs +++ b/ProjectLighthouse.Servers.GameServer/Types/Categories/LuckyDipCategory.cs @@ -18,5 +18,5 @@ public class LuckyDipCategory : SlotCategory public override IQueryable GetItems(DatabaseContext database, GameTokenEntity token, SlotQueryBuilder queryBuilder) => database.Slots.Where(queryBuilder.Build()) - .ApplyOrdering(new SlotSortBuilder().AddSort(new FirstUploadedSort())); + .ApplyOrdering(new SlotSortBuilder().AddSort(new RandomFirstUploadedSort())); } \ No newline at end of file