diff --git a/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua b/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua index 2502426..af4f9d0 100644 --- a/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua +++ b/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua @@ -45,7 +45,7 @@ local function doChecks(e) return false end - if tes3.mobilePlayer.bounty > 0 then + if tes3.mobilePlayer.bounty and tes3.mobilePlayer.bounty > 0 then log("Player is wanted, ignoring combat.") return false end