Skip to content

Commit

Permalink
Fix Accessed None
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaod committed Oct 20, 2024
1 parent 8423f20 commit 0184065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ST_PlasmaSphere.uc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ simulated function PostBeginPlay()
{
ForEach AllActors(Class'ST_Mutator', STM)
break;
Speed = STM.WeaponSettings.PulseSphereSpeed;
}
Speed = STM.WeaponSettings.PulseSphereSpeed;
DrawScale = 0.12;
Super.PostBeginPlay();
}
Expand Down

0 comments on commit 0184065

Please sign in to comment.