From 0b5a53681156661a2349f358ce6f06b96105ff9e Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Fri, 10 May 2013 18:13:50 +0100 Subject: [PATCH] Fixed 'if' that snuck into condition in Nehrim masterlist. --- examples/masterlists/nehrim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/masterlists/nehrim.yaml b/examples/masterlists/nehrim.yaml index 572ba3a3..31ff41a5 100644 --- a/examples/masterlists/nehrim.yaml +++ b/examples/masterlists/nehrim.yaml @@ -18,7 +18,7 @@ plugins: msg: - type: error content: This must not be activated. However, it can be useful when porting Oblivion mods to Nehrim. - condition: if active("Oblivion.esm") + condition: active("Oblivion.esm") - name: HorseCombatMaster.esm msg: [ *masterReassign ]