small mut update
This commit is contained in:
parent
da2e6dac59
commit
9ed1969c7e
@ -35,7 +35,7 @@ public function AddMutator(Mutator Mut)
|
||||
if (Mut == Self) return;
|
||||
|
||||
if (Mut.Class == Class)
|
||||
Mut.Destroy();
|
||||
AALMut(Mut).SafeDestroy();
|
||||
else
|
||||
Super.AddMutator(Mut);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user