add plugin to MCM ignore

This commit is contained in:
Lilian Jónsdóttir 2020-10-04 22:38:37 -07:00
parent d3078ee29d
commit 499e69e631

View file

@ -121,6 +121,7 @@ template:createExclusionsPage({
description = "Guards will not respond to these NPCs or creatures attacking the player.", description = "Guards will not respond to these NPCs or creatures attacking the player.",
showAllBlocked = false, showAllBlocked = false,
filters = { filters = {
{label = "Plugins", type = "Plugin"},
{label = "NPCs", type = "Object", objectType = tes3.objectType.npc}, {label = "NPCs", type = "Object", objectType = tes3.objectType.npc},
{label = "Creatures", type = "Object", objectType = tes3.objectType.creature} {label = "Creatures", type = "Object", objectType = tes3.objectType.creature}
}, },