diff --git a/MWSE/mods/celediel/MoreAttentiveGuards/mcm.lua b/MWSE/mods/celediel/MoreAttentiveGuards/mcm.lua index a815a63..1850fc0 100644 --- a/MWSE/mods/celediel/MoreAttentiveGuards/mcm.lua +++ b/MWSE/mods/celediel/MoreAttentiveGuards/mcm.lua @@ -121,6 +121,7 @@ template:createExclusionsPage({ description = "Guards will not respond to these NPCs or creatures attacking the player.", showAllBlocked = false, filters = { + {label = "Plugins", type = "Plugin"}, {label = "NPCs", type = "Object", objectType = tes3.objectType.npc}, {label = "Creatures", type = "Object", objectType = tes3.objectType.creature} },