mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-14 17:21:28 +00:00
Fix number of returned slots being capped at 30
This commit is contained in:
parent
0c1e350fa3
commit
2ec6bff8e2
3 changed files with 25 additions and 4 deletions
|
@ -92,9 +92,6 @@ public static class ControllerExtensions
|
|||
}
|
||||
}
|
||||
|
||||
if (bool.TryParse(controller.Request.Query["move"], out bool movePack) && !movePack)
|
||||
queryBuilder.AddFilter(new ExcludeMovePackFilter());
|
||||
|
||||
if (bool.TryParse(controller.Request.Query["crosscontrol"], out bool crossControl) && crossControl)
|
||||
queryBuilder.AddFilter(new CrossControlFilter());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue