mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-13 07:18:40 +00:00
parent
e1362f8597
commit
695500990e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class SlotsController : ControllerBase
|
|||
return query.Where(s => s.GameVersion == gameVersion);
|
||||
}
|
||||
|
||||
return query.Where(s => s.GameVersion <= gameVersion);
|
||||
return query.Where(s => s.GameVersion <= gameVersion && !s.SubLevel);
|
||||
}
|
||||
|
||||
[HttpGet("slots/by")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue