Skip to content

Commit 2b595fd

Browse files
authored
Merge pull request #5 from GenZmeY/group-names
add group name (master)
2 parents 81cc779 + 1ad79ab commit 2b595fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

YAS/Classes/YASMut.uc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function AddMutator(Mutator Mut)
3535
if (Mut == Self) return;
3636

3737
if (Mut.Class == Class)
38-
Mut.Destroy();
38+
YASMut(Mut).SafeDestroy();
3939
else
4040
Super.AddMutator(Mut);
4141
}
@@ -56,5 +56,5 @@ public function NotifyLogout(Controller C)
5656

5757
DefaultProperties
5858
{
59-
59+
GroupNames.Add("Scoreboard")
6060
}

0 commit comments

Comments
 (0)