Improved how bots are generated to be less blocking
Updated `GenerateBotWaves` to return empty results when request data is empty Cleaned up `GenerateBotWave` to not need a manual lock Improved `botRelativeLevelDelta` value in pmc.config Updated `MatchBotDetailsCacheService` to store PMCs primary weapon tpl
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using SPTarkov.Server.Core.Models.Common;
|
||||
using SPTarkov.Server.Core.Models.Enums;
|
||||
|
||||
namespace SPTarkov.Server.Core.Models.Spt.Bots;
|
||||
@@ -17,4 +18,5 @@ public record BotDetailsForChatMessages
|
||||
public int? Level { get; set; }
|
||||
|
||||
public MemberCategory? Type { get; set; }
|
||||
public MongoId? PrimaryWeapon { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user