Skip to content

Commit

Permalink
Merge pull request #9 from GenZmeY/group-names
Browse files Browse the repository at this point in the history
add mutator group name
  • Loading branch information
GenZmeY committed Jun 29, 2023
2 parents 09561e6 + f2bd4d1 commit 3580be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTI/Classes/CTIMut.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();
CTIMut(Mut).SafeDestroy();
else
Super.AddMutator(Mut);
}
Expand All @@ -56,5 +56,5 @@ public function NotifyLogout(Controller C)

DefaultProperties
{

GroupNames.Add("TraderItems")
}

0 comments on commit 3580be6

Please sign in to comment.