Update DEV.md

This commit is contained in:
GenZmeY 2022-11-27 20:20:48 +03:00 committed by GitHub
parent 3f6c3552d1
commit a9be5a77d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
DEV.md
View File

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