This commit is contained in:
Lilian Jónsdóttir 2020-08-02 13:59:46 -07:00
parent 786606d134
commit e0421fb64a

View file

@ -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