remove useless code
This commit is contained in:
parent
4ce7eeff38
commit
b90da74582
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user