From 499e69e6319867b6e226780219d839bc2f58937a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 4 Oct 2020 22:38:37 -0700 Subject: [PATCH] add plugin to MCM ignore --- MWSE/mods/celediel/MoreAttentiveGuards/mcm.lua | 1 + 1 file changed, 1 insertion(+) 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} },