small mut update

This commit is contained in:
GenZmeY 2023-05-14 04:00:06 +03:00
parent da2e6dac59
commit 9ed1969c7e

View File

@ -35,7 +35,7 @@ public function AddMutator(Mutator Mut)
if (Mut == Self) return;
if (Mut.Class == Class)
Mut.Destroy();
AALMut(Mut).SafeDestroy();
else
Super.AddMutator(Mut);
}