From 2645d631a5903dd118a2c307892251efc9137577 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 22 May 2025 16:59:34 -0400 Subject: [PATCH] linking works 2 ways ...i think it always worked? or it was just this one issue --- Behaver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Behaver.cs b/Behaver.cs index 33665a0..20976b8 100644 --- a/Behaver.cs +++ b/Behaver.cs @@ -45,7 +45,7 @@ public class Behaver { var matchingUACs = Rememberer.MatchUACs(message); var behaviorsActedOn = new List(); - foreach (var behavior in Behaviors) + foreach (var behavior in Behaviors.ToList()) { //if (!behavior.ShouldAct(message, matchingUACs)) //TODO: this way if(!behavior.ShouldAct(message))