From 0609ed4d1390a636d0f7902d2e8876572074019d Mon Sep 17 00:00:00 2001 From: MaxDorob Date: Thu, 18 Jan 2024 20:51:29 +0600 Subject: [PATCH] Whitespace --- Source/CombatExtended/Compatibility/EDShields.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/CombatExtended/Compatibility/EDShields.cs b/Source/CombatExtended/Compatibility/EDShields.cs index 638d9adeb8..cd4deb88eb 100644 --- a/Source/CombatExtended/Compatibility/EDShields.cs +++ b/Source/CombatExtended/Compatibility/EDShields.cs @@ -173,7 +173,6 @@ private static IEnumerable> ShieldZonesCallback(Thing pawnT } private static void OnInterception(ProjectileCE projectile, Building building, Vector3 exactPosition) { - var generator = building.GetComp(); HitSoundDef.PlayOneShot((SoundInfo)new TargetInfo(building.Position, building.Map, false));