mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 08:28:39 +00:00
Make LBP3 lucky dip lucky again
This commit is contained in:
parent
282fd4e073
commit
21dce144ce
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ public class LuckyDipCategory : SlotCategory
|
|||
|
||||
public override IQueryable<SlotEntity> GetItems(DatabaseContext database, GameTokenEntity token, SlotQueryBuilder queryBuilder) =>
|
||||
database.Slots.Where(queryBuilder.Build())
|
||||
.ApplyOrdering(new SlotSortBuilder<SlotEntity>().AddSort(new FirstUploadedSort()));
|
||||
.ApplyOrdering(new SlotSortBuilder<SlotEntity>().AddSort(new RandomFirstUploadedSort()));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue