From e0421fb64a84dcf26a695048407ff147da5bacbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 2 Aug 2020 13:59:46 -0700 Subject: [PATCH] whoopsie --- MWSE/mods/celediel/MoreAttentiveGuards/sneak.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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