Updated properties to not be nullable + various fixes

This commit is contained in:
Chomp
2025-07-16 14:57:24 +01:00
parent dfe39a0395
commit 42d2e3f7ea
7 changed files with 39 additions and 41 deletions
@@ -275,7 +275,7 @@ public class RagfairController(
var playerHasFleaUnlocked =
pmcProfile.Info.Level
>= databaseService.GetGlobals().Configuration.RagFair.MinUserLevel;
List<RagfairOffer> offerPool = [];
List<RagfairOffer> offerPool;
if (IsLinkedSearch(searchRequest) || IsRequiredSearch(searchRequest))
{
offerPool = offers;