Merge pull request #2 from GenZmeY/mut-update

small mut update
This commit is contained in:
GenZmeY 2023-06-06 21:14:43 +03:00 committed by GitHub
commit d001a5c11e
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 == Self) return;
if (Mut.Class == Class) if (Mut.Class == Class)
Mut.Destroy(); AALMut(Mut).SafeDestroy();
else else
Super.AddMutator(Mut); Super.AddMutator(Mut);
} }