add mutator group name

This commit is contained in:
GenZmeY 2023-05-14 03:57:20 +03:00
parent 5f6aefea7d
commit 1ad79aba1c

View File

@ -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(); YASMut(Mut).SafeDestroy();
else else
Super.AddMutator(Mut); Super.AddMutator(Mut);
} }
@ -56,5 +56,5 @@ public function NotifyLogout(Controller C)
DefaultProperties DefaultProperties
{ {
GroupNames.Add("Scoreboard")
} }