Fix incomplete error text

This commit is contained in:
Cj
2025-08-12 11:52:33 -04:00
parent e54dcbd4d1
commit d705b6119a
@@ -1471,7 +1471,7 @@ public class HideoutHelper(
var combatBonusProfile = pmcData.Bonuses?.FirstOrDefault(bonus => bonus.Id == combatBoostBonusDb?.Id);
if (combatBonusProfile is null)
{
logger.Error("Could not locate: ");
logger.Error($"Could not locate SkillGroupLevelingBoost: {combatBoostBonusDb?.Id.ToString() ?? "`Id is null`"} in profile");
return;
}