1
0

Merge pull request #3 from GenZmeY/group-names

add mutator group
This commit is contained in:
GenZmeY 2023-06-29 01:16:16 +03:00 committed by GitHub
commit 158c6b8a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
}