Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Jan 18, 2024
1 parent 906c42c commit 0609ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/CombatExtended/Compatibility/EDShields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ private static IEnumerable<IEnumerable<IntVec3>> ShieldZonesCallback(Thing pawnT
}
private static void OnInterception(ProjectileCE projectile, Building building, Vector3 exactPosition)
{

var generator = building.GetComp<Comp_ShieldGenerator>();
HitSoundDef.PlayOneShot((SoundInfo)new TargetInfo(building.Position, building.Map, false));

Expand Down

0 comments on commit 0609ed4

Please sign in to comment.