Added item extensions

This commit is contained in:
Chomp
2025-06-28 10:04:52 +01:00
parent 0be02bc3f5
commit 6126dc2394
17 changed files with 251 additions and 274 deletions
@@ -305,7 +305,7 @@ public class GameController(
/// <param name="pmcProfile">Player profile</param>
protected void WarnOnActiveBotReloadSkill(PmcData pmcProfile)
{
var botReloadSkill = _profileHelper.GetSkillFromProfile(pmcProfile, SkillTypes.BotReload);
var botReloadSkill = pmcProfile.GetSkillFromProfile(SkillTypes.BotReload);
if (botReloadSkill?.Progress > 0)
{
_logger.Warning(