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