Updated properties to not be nullable + various fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user