Merge pull request #2 from GenZmeY/update

update DPLMut
This commit is contained in:
2023-07-04 22:20:20 +03:00
committed by GitHub

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