remove useless code

This commit is contained in:
GenZmeY 2022-05-14 09:06:57 +03:00
parent 4ce7eeff38
commit b90da74582

View File

@ -96,13 +96,6 @@ simulated event PostBeginPlay()
{ {
super.PostBeginPlay(); super.PostBeginPlay();
if (WorldInfo.Game.BaseMutator == None)
WorldInfo.Game.BaseMutator = Self;
else
WorldInfo.Game.BaseMutator.AddMutator(Self);
if (bDeleteMe) return;
Initialize(); Initialize();
} }