Merge pull request #2 from GenZmeY/update

update DPLMut
This commit is contained in:
GenZmeY 2023-07-04 22:20:20 +03:00 committed by GitHub
commit c667b5fc54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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