whoopsie
This commit is contained in:
parent
786606d134
commit
e0421fb64a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ local function doChecks(e)
|
||||||
if not e.detector.object.isGuard then return false end
|
if not e.detector.object.isGuard then return false end
|
||||||
if e.target ~= tes3.mobilePlayer 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...")
|
log("Busy with combat, not following...")
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue