update DPLMut

This commit is contained in:
GenZmeY 2023-05-14 04:15:09 +03:00
parent b0c7eb7f41
commit a3bb56079b

View File

@ -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);
}