add mutator group
This commit is contained in:
parent
edb2334ac8
commit
e354b714ca
@ -35,7 +35,7 @@ public function AddMutator(Mutator Mut)
|
|||||||
if (Mut == Self) return;
|
if (Mut == Self) return;
|
||||||
|
|
||||||
if (Mut.Class == Class)
|
if (Mut.Class == Class)
|
||||||
Mut.Destroy();
|
CVCMut(Mut).SafeDestroy();
|
||||||
else
|
else
|
||||||
Super.AddMutator(Mut);
|
Super.AddMutator(Mut);
|
||||||
}
|
}
|
||||||
@ -56,5 +56,5 @@ public function NotifyLogout(Controller C)
|
|||||||
|
|
||||||
defaultproperties
|
defaultproperties
|
||||||
{
|
{
|
||||||
|
GroupNames.Add("VoteCollector")
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user