diff --git a/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua b/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua index 7154d1f..ba82a23 100644 --- a/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua +++ b/MWSE/mods/celediel/MoreAttentiveGuards/combat.lua @@ -47,7 +47,7 @@ end -- {{{ returned event functions -this.onCombatStart = function(e) +this.onCombatStarted = function(e) if not config.combatEnable then return end -- if player initiates combat or combat is not against player, do nothing