diff --git a/DEV.md b/DEV.md index f0d5619..e25afa6 100644 --- a/DEV.md +++ b/DEV.md @@ -46,7 +46,7 @@ public function AddMutator(Mutator Mut) if (Mut == Self) return; if (Mut.Class == Class) - Mut.Destroy(); + ExampleMut(Mut).SafeDestroy(); else Super.AddMutator(Mut); }