Skip to content

Commit

Permalink
Merge pull request #5 from GenZmeY/group-names
Browse files Browse the repository at this point in the history
add group name (master)
  • Loading branch information
GenZmeY committed Jun 27, 2023
2 parents 81cc779 + 1ad79ab commit 2b595fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YAS/Classes/YASMut.uc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand All @@ -56,5 +56,5 @@ public function NotifyLogout(Controller C)

DefaultProperties
{

GroupNames.Add("Scoreboard")
}

0 comments on commit 2b595fd

Please sign in to comment.