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