diff --git a/MWSE/mods/celediel/MoreAttentiveGuards/sneak.lua b/MWSE/mods/celediel/MoreAttentiveGuards/sneak.lua index 36c1946..a5df054 100644 --- a/MWSE/mods/celediel/MoreAttentiveGuards/sneak.lua +++ b/MWSE/mods/celediel/MoreAttentiveGuards/sneak.lua @@ -33,7 +33,7 @@ local function doChecks(e) if not e.detector.object.isGuard then return false end if e.target ~= tes3.mobilePlayer then return false end - if e.detector.mobile and e.detector.mobile.inCombat then + if e.detector.inCombat then log("Busy with combat, not following...") return false end