From 01b516b267c0d1438247c6f7f89cb7a5bad034d4 Mon Sep 17 00:00:00 2001 From: Archangel Date: Sun, 4 May 2025 17:19:57 +0200 Subject: [PATCH] Set proper type on GroupId and TeamId --- .../SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs index ced49d93..01bf0e77 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs @@ -513,13 +513,13 @@ public record Info set; } - public double? GroupId + public string? GroupId { get; set; } - public double? TeamId + public string? TeamId { get; set;