From e354b714cae913e5d8f51a4a16b03532e0dac026 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 14 May 2023 03:53:14 +0300 Subject: [PATCH] add mutator group --- CVC/Classes/CVCMut.uc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CVC/Classes/CVCMut.uc b/CVC/Classes/CVCMut.uc index b007ac3..fee7a24 100644 --- a/CVC/Classes/CVCMut.uc +++ b/CVC/Classes/CVCMut.uc @@ -35,7 +35,7 @@ public function AddMutator(Mutator Mut) if (Mut == Self) return; if (Mut.Class == Class) - Mut.Destroy(); + CVCMut(Mut).SafeDestroy(); else Super.AddMutator(Mut); } @@ -56,5 +56,5 @@ public function NotifyLogout(Controller C) defaultproperties { - + GroupNames.Add("VoteCollector") } \ No newline at end of file