Improve MongoIds (#537)
* Mongoid improvements pt1 * Format Style Fixes * Fix incorrect string * Fix != comparison --------- Co-authored-by: sp-tarkov-bot <singleplayertarkov@gmail.com>
This commit is contained in:
@@ -378,7 +378,7 @@ public class RepeatableQuestController(
|
||||
.ToList();
|
||||
|
||||
var traderId = randomUtil.DrawRandomFromList(traders).FirstOrDefault();
|
||||
if (traderId.IsEmpty())
|
||||
if (traderId.IsEmpty)
|
||||
{
|
||||
logger.Error(serverLocalisationService.GetText("repeatable-unable_to_find_trader_in_pool"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user